Created
June 6, 2020 19:55
-
-
Save smkhalsa/3a29e106c47fabf63df01f3ca62a5b7a to your computer and use it in GitHub Desktop.
build.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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