annkissam / common_graphql_client

Elixir GraphQL Client with HTTP and WebSocket Support
MIT License
43 stars 9 forks source link

convert from camelcase to snakecase before casting #18

Open ericsullivan opened 4 years ago

ericsullivan commented 4 years ago

potential library

thebugcatcher commented 4 years ago

I don't know if we should dictate this in common graphql client. I made resolve_resolve overridable, so people can choose how to interpret the results.

ericsullivan commented 4 years ago

Fair enough. Want to drop a code snippet in here (an example of overriding) and close this?