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

Class Arguments

hackernews/backend-python/links/schema.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 posted_by = graphene.Field(UserType)
56
57 class Arguments:
58 url = graphene.String()
59 description = graphene.String()
60
61 def mutate(self, info, url, description):
62 user = info.context.user or None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected