Skip to content

Commit 3b24bb2

Browse files
authored
Merge pull request #623 from danielfttorres/fix/schema-directives-validation
fix: schema directives validation
2 parents 245e6e2 + e424bd4 commit 3b24bb2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/resources/Schema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ 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
23+
directive @hidden on OBJECT
24+
directive @renamed on OBJECT
2225
scalar AWSDate
2326
scalar AWSTime
2427
scalar AWSDateTime

0 commit comments

Comments
 (0)