Mutations
splitUnfulfilledPartKit
Splits a part kit that has not been completely fulfilled into two kits.
MUTATION
splitUnfulfilledPartKit(input: SplitUnfulfilledPartKitInput!): SplitUnfulfilledPartKitArguments
input
required
Returns
partKit
Mutation
mutation SplitUnfulfilledPartKit($input: SplitUnfulfilledPartKitInput!) {
splitUnfulfilledPartKit(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {
"etag": "string",
"partKitId": "id"
}
}Response
{
"data": {
"splitUnfulfilledPartKit": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation SplitUnfulfilledPartKit($input: SplitUnfulfilledPartKitInput!) {
splitUnfulfilledPartKit(input: $input) {
partKit {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Variables
{
"input": {
"etag": "string",
"partKitId": "id"
}
}Response
{
"data": {
"splitUnfulfilledPartKit": {
"partKit": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
}
}
}