Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
class
VoteNode(DjangoObjectType):
25
class
Meta:
26
model = Vote
27
interfaces = (graphene.relay.Node, )
28
29
30
class
RelayQuery(graphene.ObjectType):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected