gqlparser
gqlparser copied to clipboard
Question: can I set a limit to the maximum number of tokens allowed in a request?
Can I set a limit to the maximum number of tokens allowed in a request?
I.e. once the lexer knows the token count, if count > N fail the request.
Yes. You can use ParseQueryWithTokenLimit