Hi guys,
We are trying to migrate from MySQL to dgraph and we want to use GraphQL API by implementing our schema after the migration, but we do not know how we can limit and prevent malicious queries.
for example what is the solution to prevent user or attacker from requesting 1000000 results(by setting first: 100000) in a query?
This article suggests some solutions when we are using GraphQL
What are the solutions when we use dgraph GraphQL?
Thanks in advance