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
field
guard
Was on 1.2.2, graphql 1.8.10 and just upgraded to 2.0 and graphql 1.11.5 and see that previously:
field :something_amaaaaazing, mutation: Mutations::Foo do guard -> (_, args, ctx) do # args[someThang] NOTE: camelCase end end
to make that work now one must change someThang to some_thang.
someThang
some_thang
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Was on 1.2.2, graphql 1.8.10 and just upgraded to 2.0 and graphql 1.11.5 and see that previously:
to make that work now one must change
someThang
tosome_thang
.The text was updated successfully, but these errors were encountered: