Open sshaw opened 4 years ago
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
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
.