Skip to content

Commit 16afb28

Browse files
fix: schema directives validation
1 parent 3634639 commit 16afb28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/resources/Schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ directive @aws_cognito_user_pools(
1919
cognito_groups: [String]
2020
) on FIELD_DEFINITION | OBJECT
2121
directive @aws_subscribe(mutations: [String]) on FIELD_DEFINITION
22+
directive @canonical on OBJECT
2223
scalar AWSDate
2324
scalar AWSTime
2425
scalar AWSDateTime

0 commit comments

Comments
 (0)