If you want to pass dynamic arguments to a GraphQL query, you can do so with GraphQL query variables. In this lesson, we’ll replace static or inline values with dynamic values and pass data as JSON to the query from the Query Variables panel.
To follow along with these queries, go to the Pet Library GraphQL Playground.
lost comma { "category": "DOG" "status": "AVAILABLE" }