
GraphQL quick tip: How to pass variables in GraphiQL
Aug 27, 2017 · 3 min read
In the previous articles basic GraphQL setup in express and input object type as an argument for GraphQL mutations, we used GraphiQL for executing queries and mutations. We mentioned the following different forms of passing an argument into a mutation
- Using inline arguments
- Using variables


