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

Class Meta

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

Source from the content-addressed store, hash-verified

16#2
17class LinkNode(DjangoObjectType):
18 class Meta:
19 model = Link
20 #3
21 interfaces = (graphene.relay.Node, )
22
23
24class VoteNode(DjangoObjectType):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected