Created
January 13, 2020 20:48
-
-
Save vasilich6107/68a15370e54f20f9b8147b06031bfa69 to your computer and use it in GitHub Desktop.
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: | |
sources: | |
- lib/** | |
- graphql/** | |
- my.schema.json | |
builders: | |
artemis: | |
options: | |
schema_mapping: | |
- schema: my.schema.json | |
queries_glob: graphql/*.graphql | |
output: lib/graphql_api.dart |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment