You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/types/schema.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ Schema will collect all type definitions related to the root operations and then
18
18
A Root Query is just a special :ref:`ObjectType` that :ref:`defines the fields <Scalars>` that are the entrypoint for your API. Root Mutation and Root Subscription are similar to Root Query, but for different operation types:
19
19
20
20
* Query fetches data
21
-
* Mutation to changes data and retrieve the changes
22
-
* Subscription to sends changes to clients in real time
21
+
* Mutation changes data and retrieves the changes
22
+
* Subscription sends changes to clients in real time
23
23
24
24
Review the `GraphQL documentation on Schema`_ for a brief overview of fields, schema and operations.
25
25
@@ -56,7 +56,7 @@ In this case, we need to use the ``types`` argument when creating the Schema.
56
56
57
57
.. _SchemaAutoCamelCase:
58
58
59
-
Auto CamelCase field names
59
+
Auto camelCase field names
60
60
--------------------------
61
61
62
62
By default all field and argument names (that are not
0 commit comments