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

Class Input

hackernews/backend-python/links/schema_relay.py:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 link = graphene.Field(LinkNode)
40
41 class Input:
42 url = graphene.String()
43 description = graphene.String()
44
45 def mutate_and_get_payload(root, info, **input):
46 user = info.context.user or None

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected