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
While mutations are already possible in future API via MutationType(ObjectType) sublclassing, we could also have extra MutationType base class that would represent single field on mutation:
We could use __graphql_name__ to rename LoginMutation to something else in schema, and have extra attr named __mutation_name__ to rename login on Mutation type to something else.
The text was updated successfully, but these errors were encountered:
While mutations are already possible in future API via
MutationType(ObjectType)
sublclassing, we could also have extraMutationType
base class that would represent single field onmutation
:Result:
We could use
__graphql_name__
to renameLoginMutation
to something else in schema, and have extra attr named__mutation_name__
to renamelogin
onMutation
type to something else.The text was updated successfully, but these errors were encountered: