Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meetulr committed Oct 27, 2024
1 parent 27bce17 commit 51a2d89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/typeDefs/mutations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ export const mutations = gql`
@auth
@role(requires: ADMIN)
<<<<<<< HEAD
assignToUserTags(input: TagActionsInput!): UserTag
@auth
@role(requires: ADMIN)
=======
>>>>>>> 7e5ec1c0d40d9648529c7a59e87fb5a29ddcfa5c
removeUserFromUserFamily(userId: ID!, familyId: ID!): UserFamily! @auth
removeUserFamily(familyId: ID!): UserFamily! @auth
Expand Down

0 comments on commit 51a2d89

Please sign in to comment.