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.
1 parent 03ef563 commit a928209Copy full SHA for a928209
packages/graphql-docs-generator/awsAppSyncDirectives.graphql
@@ -18,6 +18,6 @@ directive @deprecated(reason: String) on FIELD_DEFINITION | INPUT_FIELD_DEFINITI
18
directive @aws_auth(cognito_groups: [String!]!) on FIELD_DEFINITION
19
directive @aws_api_key on FIELD_DEFINITION | OBJECT
20
directive @aws_iam on FIELD_DEFINITION | OBJECT
21
-directive @aws_oidc on FIELD_DEFINITION | OBJECT
22
directive @aws_lambda on FIELD_DEFINITION | OBJECT
+directive @aws_oidc on FIELD_DEFINITION | OBJECT
23
directive @aws_cognito_user_pools(cognito_groups: [String!]) on FIELD_DEFINITION | OBJECT
0 commit comments