Skip to content

Commit

Permalink
Merge pull request #54 from vtex-apps/bugfix/B2BORG-142_hind_for_b2c
Browse files Browse the repository at this point in the history
[B2BORG-142] Hide for b2c
  • Loading branch information
auroraaaashen authored Aug 3, 2022
2 parents 66fbf4e + d3a857e commit 6bc8d2b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Fixed `getUserByEmail` query

## [1.22.1] - 2022-07-12

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type Query {
# User
getUser(id: ID!): User @cacheControl(scope: PRIVATE)
checkCustomerSchema: Boolean @cacheControl(scope: PRIVATE)
getUserByEmail(email: String!): User @cacheControl(scope: PRIVATE)
getUserByEmail(email: String!): [User] @cacheControl(scope: PRIVATE)
listAllUsers: [User] @cacheControl(scope: PRIVATE, maxAge: SHORT)

listUsers(organizationId: ID, costCenterId: ID, roleId: ID): [User]
Expand Down

0 comments on commit 6bc8d2b

Please sign in to comment.