Fix approving new followers

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-11-21 17:29:29 +01:00
parent 7ebc16c5ee
commit b5d6165ce1
4 changed files with 35 additions and 24 deletions

View File

@@ -32,7 +32,7 @@ export const GROUP_FOLLOWERS = gql`
`;
export const UPDATE_FOLLOWER = gql`
mutation UpdateFollower($id: ID!, $approved: Boolean) {
mutation UpdateFollower($id: ID!, $approved: Boolean!) {
updateFollower(id: $id, approved: $approved) {
id
approved