You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about it (Lior also asked) and I don't think I want to do it.
I think that when consuming GraphQL its easier to look at the response the same way you'd look at what comes down the wire (and what's written in the docs of the API you're consuming)
Graphene translates snake-cased python keys to camel-case gql names. gql should do the reverse translation.
The text was updated successfully, but these errors were encountered: