Missing Variables section for GraphQL query?

The docs show a Variables editor for GraphQL queries: https://docs.retool.com/docs/graphql
But it seems to be gone now:




Is there another way to include GraphQL variables?

You should be using an $input field to see GraphQL variables. Hope this helps!

Ahhh, thank you!

Hi @ryanalane! Just wanted to (belatedly) follow up here. We've since updated our GraphQL UI based on your feedback here, much appreciated :pray: The variables section now appears dynamically once you actually put a GraphQL variable into your query (e.g. $category ).