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

Class Meta

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

Source from the content-addressed store, hash-verified

23
24class VoteNode(DjangoObjectType):
25 class Meta:
26 model = Vote
27 interfaces = (graphene.relay.Node, )
28
29
30class RelayQuery(graphene.ObjectType):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected