absinthe-graphql / absinthe

The GraphQL toolkit for Elixir
http://absinthe-graphql.org
Other
4.29k stars 527 forks source link

Fix #1302, camelize type system directives in sdl output #1303

Closed michaelcaterisano closed 8 months ago

michaelcaterisano commented 8 months ago

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