Skip to content

Commit 6353aa0

Browse files
committed
docs: fix styling issues
1 parent d1b393d commit 6353aa0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/execution.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ The mutation is invoked via a query like :
3030
}
3131
}
3232
33-
You need to send in arguments during that mutation operation, in this case for the variables for `$ep` and `$review`
33+
You need to send in arguments during that mutation operation, in this case for the variables for ``$ep`` and ``$review``
3434

3535
You would create types like this to handle this mutation :
3636

3737
.. code-block:: java
38+
3839
GraphQLInputObjectType episodeType = GraphQLInputObjectType.newInputObject()
3940
.name("Episode")
4041
.field(newInputObjectField()

0 commit comments

Comments
 (0)