-
Notifications
You must be signed in to change notification settings - Fork 820
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: @auth fix relational auth, authv2 e2e with utils and fixes (#8450)
- Loading branch information
Showing
32 changed files
with
5,637 additions
and
267 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
packages/amplify-graphql-auth-transformer/src/resolvers/index.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
export { generateAuthExpressionForQueries } from './query'; | ||
export { generateAuthExpressionForQueries, generateAuthExpressionForSearchQueries, generateAuthExpressionForRelationQuery } from './query'; | ||
export { generateAuthExpressionForCreate } from './mutation.create'; | ||
export { generateAuthExpressionForUpdate } from './mutation.update'; | ||
export { geneateAuthExpressionForDelete } from './mutation.delete'; | ||
export { generateAuthExpressionForField, generateFieldAuthResponse } from './field'; | ||
export { generateAuthExpressionForField, generateFieldAuthResponse, setDeniedFieldFlag } from './field'; | ||
export { generateAuthExpressionForSubscriptions } from './subscriptions'; | ||
export { generateAuthRequestExpression } from './helpers'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.