zino-hofmann / graphql-flutter

A GraphQL client for Flutter, bringing all the features from a modern GraphQL client to one easy to use package.
https://zino-hofmann.github.io/graphql-flutter
MIT License
3.25k stars 622 forks source link

Any example on how to use the parser? #1465

Open jrb1989 opened 2 weeks ago

jrb1989 commented 2 weeks ago

Is your feature request related to a problem? I don't see how to use the parser

Describe the solution you'd like Ideally, it would be very useful to include in the example project an example of the use of the parser found in the object:

  final MutationOptions options = MutationOptions(
      document: gql(mutation),
      variables: body, 
      parserFn: parser);