How to set up receiving multiple parameters for filtering and sorting in the hasura rest API?
In the process of generating the REST API interface in Hasura, I expect to pass multiple parameters into the interface to complete the filtering of target data. However, the Hasura development documentation did not introduce the graphiql writing method for the REST API to receive multiple parameters. I tried passing an array to complete the task, but the interface encountered an error. I don’t know if Hasura doesn’t support it or if there is a problem with my code editing.