mirror of
https://github.com/graphql-python/graphene.git
synced 2025-07-18 03:52:24 +03:00
Link to correct place
This commit is contained in:
parent
31138f485f
commit
76e459c4ee
|
@ -45,7 +45,7 @@ class Field(MountedType):
|
||||||
field in the GraphQL schema.
|
field in the GraphQL schema.
|
||||||
args (optional, Dict[str, graphene.Argument]): Arguments that can be input to the field.
|
args (optional, Dict[str, graphene.Argument]): Arguments that can be input to the field.
|
||||||
Prefer to use ``**extra_args``, unless you use an argument name that clashes with one
|
Prefer to use ``**extra_args``, unless you use an argument name that clashes with one
|
||||||
of the Field arguments presented here (see :ref:`example<Scalars>`).
|
of the Field arguments presented here (see :ref:`example<ResolverParamGraphQLArguments>`).
|
||||||
resolver (optional, Callable): A function to get the value for a Field from the parent
|
resolver (optional, Callable): A function to get the value for a Field from the parent
|
||||||
value object. If not set, the default resolver method for the schema is used.
|
value object. If not set, the default resolver method for the schema is used.
|
||||||
source (optional, str): attribute name to resolve for this field from the parent value
|
source (optional, str): attribute name to resolve for this field from the parent value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user