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

Method Argument

graphene/types/unmountedtype.py:73–79  ·  view source on GitHub ↗

Mount the UnmountedType as Argument

(self)

Source from the content-addressed store, hash-verified

71 return self.mount_as(InputField)
72
73 def Argument(self): # noqa: N802
74 """
75 Mount the UnmountedType as Argument
76 """
77 from .argument import Argument
78
79 return self.mount_as(Argument)
80
81 def __eq__(self, other):
82 return self is other or (

Callers 2

QueryClass · 0.80

Calls 1

mount_asMethod · 0.95

Tested by 1