mirror of
https://github.com/graphql-python/graphene.git
synced 2025-03-11 15:35:47 +03:00
refactor: moved queryvalidation.rst
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
This commit is contained in:
parent
65af30194c
commit
18b7d53428
docs
|
@ -10,4 +10,3 @@ Execution
|
|||
dataloader
|
||||
fileuploading
|
||||
subscriptions
|
||||
queryvalidation
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user