graphql_relay icon indicating copy to clipboard operation
graphql_relay copied to clipboard

Come up with proper solution for keys being strings or atoms

Open seanabrahams opened this issue 9 years ago • 0 comments

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 this "dirtiness" is not acceptable.

https://github.com/graphql-elixir/graphql-relay-elixir/blob/master/lib/graphql/relay/mutation.ex#L49

seanabrahams avatar Mar 02 '16 21:03 seanabrahams