Skip to content

Commit 38fd416

Browse files
committed
fix: allow usage of the predefined directive on scalars
1 parent 37160e8 commit 38fd416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generate/templates/combineSchemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ input AdditionalEntityFields {
4141
type: String
4242
}
4343
44+
directive @predefined on SCALAR
4445
`,
4546
{ loaders: [] },
4647
).map((s) => s.document!);

0 commit comments

Comments
 (0)