Skip to content

Commit ebcb0a4

Browse files
feat: add removePhoto field to User type in GraphQL schema
1 parent 05c5fb5 commit ebcb0a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/user/src/model/users/graphql

packages/user/src/model/users/graphql/schema.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ const user = gql`
7575
@auth(profileValidation: false, emailVerification: false)
7676
changeEmail(email: String!): ChangeEmailResponse
7777
@auth(profileValidation: false, emailVerification: false)
78+
removePhoto: User
7879
}
7980
8081
type Query {

0 commit comments

Comments
 (0)