We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b393d commit 6353aa0Copy full SHA for 6353aa0
1 file changed
docs/execution.rst
@@ -30,11 +30,12 @@ The mutation is invoked via a query like :
30
}
31
32
33
-You need to send in arguments during that mutation operation, in this case for the variables for `$ep` and `$review`
+You need to send in arguments during that mutation operation, in this case for the variables for ``$ep`` and ``$review``
34
35
You would create types like this to handle this mutation :
36
37
.. code-block:: java
38
+
39
GraphQLInputObjectType episodeType = GraphQLInputObjectType.newInputObject()
40
.name("Episode")
41
.field(newInputObjectField()
0 commit comments