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

Class Mutation

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

Source from the content-addressed store, hash-verified

15
16
17class Mutation(
18 users.schema.Mutation,
19 links.schema.Mutation,
20 links.schema_relay.RelayMutation,
21 graphene.ObjectType,
22):
23 token_auth = graphql_jwt.ObtainJSONWebToken.Field()
24 verify_token = graphql_jwt.Verify.Field()
25 refresh_token = graphql_jwt.Refresh.Field()
26
27
28schema = graphene.Schema(query=Query, mutation=Mutation)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected