graphql_relay
graphql_relay copied to clipboard
Relay helpers for GraphQL Elixir
We recently updated the API for Ecto Connections to accept arguments for sorting the connection by adding `ordered_by` and `ordered_by_direction` arguments. This works if you want to sort by the...
The mix task described in here should be part of the Relay library: https://github.com/graphql-elixir/graphql_relay/wiki/Setup-Phoenix-app-to-reload-schema.json-file-whenever-GraphQL-schema-files-change
In practice, clientMutationID is null on mutation responses due to the code expecting an atom key but receiving a string key. I've updated the codebase to check for both but...
It would be great to be able to use snake_case in Elixir-land and CamelCase in Javascript-land. See http://absinthe-graphql.org/guides/adapters/ for an example.