Skip to content

Commit d0e5f92

Browse files
authored
Merge pull request #693 from openmsupply/rename-log
Rename log
2 parents 83ac576 + 648ecaa commit d0e5f92

File tree

52 files changed

+793
-720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+793
-720
lines changed

client/codegen.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
overwrite: true
2-
schema: ["https://demo-open.msupply.org/graphql", "./packages/common/src/additions.schema.graphql"]
2+
schema:
3+
[
4+
'https://demo-open.msupply.org/graphql',
5+
'./packages/common/src/additions.schema.graphql',
6+
]
37
generates:
48
./packages/common/src/types/schema.ts:
59
plugins:
@@ -11,7 +15,7 @@ generates:
1115
NaiveDate: string
1216
NaiveDateTime: string
1317
packages/:
14-
documents:
18+
documents:
1519
- ./**/*.graphql
1620
preset: near-operation-file
1721
presetConfig:
@@ -25,4 +29,4 @@ generates:
2529
nonOptionalTypename: true
2630
scalars:
2731
DateTime: string
28-
NaiveDate: string
32+
NaiveDate: string

0 commit comments

Comments
 (0)