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

Class Meta

graphene/tests/issues/test_720.py:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22class MyInput(MyInputClass):
23 class Meta:
24 fields = dict(x=graphene.Field(graphene.Int))
25
26
27class Query(graphene.ObjectType):

Callers

nothing calls this directly

Calls 1

FieldMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…