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

Class Query

hackernews/backend-python/hackernews/schema.py:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class Query(
9 users.schema.Query,
10 links.schema.Query,
11 links.schema_relay.RelayQuery,
12 graphene.ObjectType,
13):
14 pass
15
16
17class Mutation(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected