This is a follow-up to #1302. I camelized in one too many places and wasn't testing type system directives in the way I intended, e.g. defined in a prototype schema. This PR removes the extra call to Absinthe.Utils.camelize and corrects the test to use a prototype schema.
This is a follow-up to #1302. I camelized in one too many places and wasn't testing type system directives in the way I intended, e.g. defined in a prototype schema. This PR removes the extra call to
Absinthe.Utils.camelize
and corrects the test to use a prototype schema.cc: @benwilson512