POST Query Execution should have limit and offset parameters

We're creating a tool that uses a query and then pulls the first few fields as examples to provide more context to the user. At the moment, we can only execute the entire query which is inefficient for large result sets when we only need the first 10 or so.

adding the limit and offset parameters would increase the usability of the query execution and increase speed in situations where fewer/preview results are needed.

  • Guest
  • May 21 2024
  • Attach files