graphql-client
graphql-client copied to clipboard
Using variables inside fragments
Hi everyone!
I'm trying to pass a variable from a query to a fragment as GraphQL documentation reports here:

But doing the same thing using the graphql-client I'm receiving the following error:
- Variable $variable is used by ...Fragment but not declared