Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Remove Member mutation.

Operation details

FieldValue
NameremoveMember
GroupMembers
TypeMutation
SignatureremoveMember(input: RemoveMemberInput!): RemoveMemberPayload!

Playground

Query

Query
mutation RemoveMember($input: RemoveMemberInput!) {
  removeMember(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "userId": ""
  }
}