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