Skip to content

Commit 37d6eae

Browse files
authored
Fix resolve method parameters bullet list (#1178)
The current documentation shows all of the resolve parameters on a single line as opposed to the bullet list that was intended.
1 parent 871c60c commit 37d6eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/types/objecttypes.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Resolvers are lazily executed, so if a field is not included in a query, its res
5252
Each field on an *ObjectType* in Graphene should have a corresponding resolver method to fetch data. This resolver method should match the field name. For example, in the ``Person`` type above, the ``full_name`` field is resolved by the method ``resolve_full_name``.
5353

5454
Each resolver method takes the parameters:
55+
5556
* :ref:`ResolverParamParent` for the value object use to resolve most fields
5657
* :ref:`ResolverParamInfo` for query and schema meta information and per-request context
5758
* :ref:`ResolverParamGraphQLArguments` as defined on the **Field**.

0 commit comments

Comments
 (0)