We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://graphql.org/learn/queries/#aliases
The text was updated successfully, but these errors were encountered:
A ✨ Ruby option:
artist do for_sale_artworks > artworks(for_sale: true) not_for_sale_artworks > artworks(for_sale: false) end
But may be too magical 😊
Sorry, something went wrong.
I was going to suggest a method called alias, but apparently that's a keyword in Ruby.
alias
does @alloy solution still applies? My client throws
Field 'for_sale_artworks' doesn't exist on type 'Artist'
@mbajur I don't believe this has ever been implemented. PRs are welcomed.
No branches or pull requests
http://graphql.org/learn/queries/#aliases
The text was updated successfully, but these errors were encountered: