File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11node_modules /
22build /
3+ test /
Original file line number Diff line number Diff line change 11schema : test_gql/schema.graphql
22documents : ' ./test_gql/**/*.graphql'
33generates :
4- output.dart :
4+ test/ output.dart :
55 config :
66 artemisImportPath : package:your_project/your_artemis_generated/graphql_api.dart
77 isNonNullSafety : true
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-codegen-flutter-artemis-hooks" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "description" : " GraphQL Code Generator plugin for generating hooks of Flutter artemis" ,
55 "license" : " MIT" ,
66 "scripts" : {
77 "test" : " jest" ,
8- "prepublish" : " tsc" ,
98 "build" : " tsc" ,
109 "build:watch" : " tsc --watch" ,
11- "codegen" : " graphql-codegen" ,
12- "buildAndGenerate" : " tsc && graphql-codegen" ,
13- "release" : " standard-version"
10+ "codegen" : " graphql-codegen"
1411 },
1512 "repository" : {
1613 "type" : " git" ,
5148 " codegen" ,
5249 " flutter" ,
5350 " artemis" ,
54- " grapgql -codegen"
51+ " graphql -codegen"
5552 ]
5653}
You can’t perform that action at this time.
0 commit comments