mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-11-11 05:10:51 +03:00
docs: fix grammar mistake in query performance docs (#5721)
This commit is contained in:
parent
91ef79b0bf
commit
04672b9df6
@ -178,7 +178,7 @@ To make variables non-nullable, add a ``!`` at the end of the type, like here:
|
||||
}
|
||||
}
|
||||
|
||||
If the ``!`` is not added and the variable is nullable, the generated query will be different depending if an ``id`` is passed or if the variables is ``null``
|
||||
If the ``!`` is not added and the variable is nullable, the generated query will be different depending on whether an ``id`` is passed or whether the variable is ``null``
|
||||
(for the latter, there is no ``where`` statement present). Therefore, it's not possible for Hasura to create a reusable plan for a query in this case.
|
||||
|
||||
.. note::
|
||||
|
Loading…
Reference in New Issue
Block a user