We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 245e6e2 + e424bd4 commit 3b24bb2Copy full SHA for 3b24bb2
src/resources/Schema.ts
@@ -19,6 +19,9 @@ directive @aws_cognito_user_pools(
19
cognito_groups: [String]
20
) on FIELD_DEFINITION | OBJECT
21
directive @aws_subscribe(mutations: [String]) on FIELD_DEFINITION
22
+directive @canonical on OBJECT
23
+directive @hidden on OBJECT
24
+directive @renamed on OBJECT
25
scalar AWSDate
26
scalar AWSTime
27
scalar AWSDateTime
0 commit comments