Skip to content

Instantly share code, notes, and snippets.

@smkhalsa
Created June 6, 2020 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smkhalsa/97d3dbfaccb75affd01e207bbc2f79b8 to your computer and use it in GitHub Desktop.
Save smkhalsa/97d3dbfaccb75affd01e207bbc2f79b8 to your computer and use it in GitHub Desktop.
targets:
$default:
builders:
gql_build|schema_builder:
enabled: true
gql_build|ast_builder:
enabled: true
gql_build|op_builder:
enabled: true
options:
schema: gql_example_flutter|lib/graphql/schema.graphql
gql_build|data_builder:
enabled: true
options:
schema: gql_example_flutter|lib/graphql/schema.graphql
gql_build|req_builder:
enabled: true
options:
schema: gql_example_flutter|lib/graphql/schema.graphql
gql_build|var_builder:
enabled: true
options:
schema: gql_example_flutter|lib/graphql/schema.graphql
gql_build|serializer_builder:
enabled: true
options:
schema: gql_example_flutter|lib/graphql/schema.graphql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment