Skip to content

Commit

Permalink
fix: add proper token validation to getUserByEmail
Browse files Browse the repository at this point in the history
  • Loading branch information
enzomerca committed Oct 28, 2024
1 parent 30930d5 commit 2d96a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Query {
getUserByEmail(email: String!): [User]
@cacheControl(scope: PRIVATE)
@withSender
@checkUserAccess
@validateStoreUserAccess

listAllUsers: [User]
@cacheControl(scope: PRIVATE, maxAge: SHORT)
Expand Down

0 comments on commit 2d96a5a

Please sign in to comment.