I have a remove user function
const REMOVE_USER = gql`mutation removeUser($userid: String!){ removeUser(userid: $userid) { userStatus }}`;