Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
27
class
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
34
def
test_issue():
Callers
nothing calls this directly
Calls
2
Argument
Method · 0.80
Field
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…