Skip to content

Commit 2233e77

Browse files
committed
move testing codegen to example directory
1 parent 9874278 commit 2233e77

File tree

7 files changed

+4654
-3
lines changed

7 files changed

+4654
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ This project is assumes you would use the following packages
135135

136136
## Configuration
137137

138-
- `artemisImportPath`:
138+
- `artemisImportPath`: path to your generated file by artemis
139139
- `isNonNullSafety` (default: null): set this to `true` if you want to generate code that is not null safety

codegen.yml renamed to example/codegen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ generates:
44
test/output.dart:
55
config:
66
artemisImportPath: package:your_project/your_artemis_generated/graphql_api.dart
7-
isNonNullSafety: true
7+
isNonNullSafety: false
88
plugins:
9-
- ./build/src/index.js
9+
- graphql-codegen-flutter-artemis-hooks

0 commit comments

Comments
 (0)