Skip to main content
Delete Branch mutation.

Operation details

FieldValue
NamedeleteBranch
GroupBranches
TypeMutation
SignaturedeleteBranch(input: DeleteBranchInput!): DeleteBranchPayload!

Playground

Query

Query
mutation DeleteBranch($input: DeleteBranchInput!) {
  deleteBranch(input: $input) {
    id
    deletedDocuments
  }
}

Variables

Variables
{
  "input": {
    "branchId": ""
  }
}