Mutations
deletePlan
MUTATION
deletePlan(etag: String!, id: ID!): DeletePlanArguments
etag
String!
required
id
ID!
required
Returns
id
Int
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
deletePlan(etag: String!, id: ID!): DeletePlanmutation DeletePlan($etag: String!, $id: ID!) {
deletePlan(etag: $etag, id: $id) {
id
}
}{
"etag": "string",
"id": "id"
}{
"data": {
"deletePlan": {
"id": 1
}
}
}Was this page helpful?
mutation DeletePlan($etag: String!, $id: ID!) {
deletePlan(etag: $etag, id: $id) {
id
}
}{
"etag": "string",
"id": "id"
}{
"data": {
"deletePlan": {
"id": 1
}
}
}Suggestions