-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Version Information
Server Version: v2.0.7
What is the current behaviour?
I have created a function that takes a JSON array of objects as input. While calling the function from the Hasura console getting the below error for the input of size 3.46MB
`GraphQL Error (Code: 413): {"response":{"error":"\r\n<title>413 Request Entity Too Large</title>\r\n\r\n
413 Request Entity Too Large
\r\nnginx\r\n\r\n\r\n","status":413,"headers":{}}
Not able to find any details on where can I set the limit in the console against the input.
Any suggestions???