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

Class Arguments

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

Source from the content-addressed store, hash-verified

81 link = graphene.Field(LinkType)
82
83 class Arguments:
84 link_id = graphene.Int()
85
86 def mutate(self, info, link_id):
87 user = info.context.user

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected