Skip to content

Commit e424bd4

Browse files
feat: add hidden and renamed directives
1 parent 16afb28 commit e424bd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/resources/Schema.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ directive @aws_cognito_user_pools(
2020
) on FIELD_DEFINITION | OBJECT
2121
directive @aws_subscribe(mutations: [String]) on FIELD_DEFINITION
2222
directive @canonical on OBJECT
23+
directive @hidden on OBJECT
24+
directive @renamed on OBJECT
2325
scalar AWSDate
2426
scalar AWSTime
2527
scalar AWSDateTime

0 commit comments

Comments
 (0)