This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Description
Does the core support mapping from the Ecto field, first_name, to the GraphQL field, firstName? I have played with Ruby GraphQL server and it seems that there's a property attribute on the field.`. In GraphQL version for Ruby, one would do something like the following:
field :firstName, !types.String, property: :first_name