Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
class
Mutation(graphene.ObjectType):
32
create_user = CreateUser.Field()
33
34
35
class
Query(graphene.ObjectType):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected