You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not actually possible if following the specification
Only one query can be in the HTTP request, whilst one query can have multiple operations, they need to be named and only one named operation can be executed at a time.
Protect against Brute Force GraphQL Style:
'''
[
{“query”: "mutation {securityAnser(year: "17/05/73", new: "joshua123")}}
{“query”: "mutation {securityAnser(year: "18/05/73", new: "joshua123")}}
{“query”: "mutation {securityAnser(year: "19/05/73", new: "joshua123")}}
{“query”: "mutation {securityAnser(year: "20/05/73", new: "joshua123")}}
{“query”: "mutation {securityAnser(year: "21/05/73", new: "joshua123")}}
...
]
'''
The text was updated successfully, but these errors were encountered: