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

Class RelayQuery

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

Source from the content-addressed store, hash-verified

28
29
30class RelayQuery(graphene.ObjectType):
31 #4
32 relay_link = graphene.relay.Node.Field(LinkNode)
33 #5
34 relay_links = DjangoFilterConnectionField(LinkNode,
35 filterset_class=LinkFilter)
36
37
38class RelayCreateLink(graphene.relay.ClientIDMutation):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected