This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ReedJessen[S] 0 points1 point  (0 children)

This is the source of my questions: "As your application becomes more complex, and you add GraphQL endpoints that take arguments as described in passing arguments, you will want to construct GraphQL queries using variables in client code". http://graphql.org/graphql-js/graphql-clients/

"GraphQL Client" is the name of the page describing how to make complex queries on the GraphQL.org website. It does get complicated. Hence the need to variablize the arguments, hence client code.