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
GraphQL-Core supports an out_name for input types which is used by Graphene for passing parameters with transformed names to Python (because Python likes snake_case instead of camelCase).
GraphQL-Core-Next should support a similar functionality that can be used by Graphene.