MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / Mutation

Class Mutation

hackernews/backend-python/users/schema.py:31–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30
31class Mutation(graphene.ObjectType):
32 create_user = CreateUser.Field()
33
34
35class Query(graphene.ObjectType):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected