Skip to content

Commit

Permalink
add @deprecated comment to iam
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Apr 26, 2024
1 parent fd2eac3 commit ca7ad89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/singleton/API/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export type GraphQLAuthMode =
| 'apiKey'
| 'oidc'
| 'userPool'
// @deprecated; use 'identityPool'
| 'iam'
| 'identityPool'
| 'lambda'
Expand Down

0 comments on commit ca7ad89

Please sign in to comment.