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
Is it somehow possible to be able to define GraphQL queries? One might want to whitelist a mutation that resolves into an account signup/signin.
I've tried with Regex but the problem I see there is that the path only applies to either req.originalUrl or req.url which in this case are both / for an url like /?query=query{ping} (url encoded obviously)
The text was updated successfully, but these errors were encountered:
Is it somehow possible to be able to define GraphQL queries? One might want to whitelist a mutation that resolves into an account signup/signin.
I've tried with Regex but the problem I see there is that the
path
only applies to eitherreq.originalUrl
orreq.url
which in this case are both/
for an url like/?query=query{ping}
(url encoded obviously)The text was updated successfully, but these errors were encountered: