Mutations
deletePartSubtype
MUTATION
deletePartSubtype(etag: String!, id: ID!): DeletePartSubtypeArguments
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.
deletePartSubtype(etag: String!, id: ID!): DeletePartSubtypemutation DeletePartSubtype($etag: String!, $id: ID!) {
deletePartSubtype(etag: $etag, id: $id) {
id
}
}{
"etag": "string",
"id": "id"
}{
"data": {
"deletePartSubtype": {
"id": 1
}
}
}Was this page helpful?
mutation DeletePartSubtype($etag: String!, $id: ID!) {
deletePartSubtype(etag: $etag, id: $id) {
id
}
}{
"etag": "string",
"id": "id"
}{
"data": {
"deletePartSubtype": {
"id": 1
}
}
}Suggestions