… graphql(` #graphql query getOrders($first: Int!) { orders(first: $first) { edges { node { id name displayFinancialStatus } } } } `, { variables …
… graphql(` #graphql query getOrders($first: Int!) { orders(first: $first) { edges { node { id name displayFinancialStatus } } } } `, { variables …