MCPcopy Index your code
hub / github.com/graphql-python/graphene / Query

Class Query

graphene/tests/issues/test_720.py:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26
27class Query(graphene.ObjectType):
28 myField = graphene.Field(graphene.String, input=graphene.Argument(MyInput))
29
30 def resolve_myField(parent, info, input):
31 return "ok"
32
33
34def test_issue():

Callers

nothing calls this directly

Calls 2

ArgumentMethod · 0.80
FieldMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…