mirror of
https://github.com/graphql-python/graphene.git
synced 2024-11-22 17:46:57 +03:00
Fix sentences to be more readable
This commit is contained in:
parent
f5c5d33639
commit
b2d7dfe546
|
@ -47,8 +47,8 @@ The following is an example for creating a DateTime scalar:
|
|||
Mounting Scalars
|
||||
----------------
|
||||
|
||||
These scalars, if are mounted in a ``ObjectType``, ``Interface`` or
|
||||
``Mutation``, act as ``Field``\ s. Note: when using the ``Field`` constructor directly, pass the type and not an instance.
|
||||
If a scalar is mounted in an ``ObjectType``, ``Interface`` or
|
||||
``Mutation``, they act as ``Field``\ s:
|
||||
|
||||
.. code:: python
|
||||
|
||||
|
@ -60,7 +60,11 @@ These scalars, if are mounted in a ``ObjectType``, ``Interface`` or
|
|||
name = graphene.Field(graphene.String)
|
||||
|
||||
|
||||
If the types are mounted in a ``Field``, would act as ``Argument``\ s.
|
||||
**Note:** when using the ``Field`` constructor directly, pass the type and
|
||||
not an instance.
|
||||
|
||||
|
||||
If the types are mounted in a ``Field``, they act as ``Argument``\ s:
|
||||
|
||||
.. code:: python
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user