refactor: moved queryvalidation.rst

Signed-off-by: QuentinN42 <quentin@lieumont.fr>
This commit is contained in:
QuentinN42 2023-03-15 19:18:13 -07:00
parent 65af30194c
commit 18b7d53428
No known key found for this signature in database
GPG Key ID: 2CD7D563712B3A50
3 changed files with 5 additions and 2 deletions

View File

@ -10,4 +10,3 @@ Execution
dataloader
fileuploading
subscriptions
queryvalidation

View File

@ -7,5 +7,9 @@ Due to this feature, GraphQL APIs are inherently prone to various security risks
appropriate precautions. Neglecting them can expose the API to vulnerabilities like credential leakage or denial of
service attacks.
In this section, we will discuss the most common security risks and how to mitigate them.
.. toctree::
:maxdepth: 2
queryvalidation