Skip to content

Commit a928209

Browse files
committed
moved aws_lambda one line up for consistency
1 parent 03ef563 commit a928209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphql-docs-generator/awsAppSyncDirectives.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ directive @deprecated(reason: String) on FIELD_DEFINITION | INPUT_FIELD_DEFINITI
1818
directive @aws_auth(cognito_groups: [String!]!) on FIELD_DEFINITION
1919
directive @aws_api_key on FIELD_DEFINITION | OBJECT
2020
directive @aws_iam on FIELD_DEFINITION | OBJECT
21-
directive @aws_oidc on FIELD_DEFINITION | OBJECT
2221
directive @aws_lambda on FIELD_DEFINITION | OBJECT
22+
directive @aws_oidc on FIELD_DEFINITION | OBJECT
2323
directive @aws_cognito_user_pools(cognito_groups: [String!]) on FIELD_DEFINITION | OBJECT

0 commit comments

Comments
 (0)