Mutations
updatePartKits
MUTATION
updatePartKits(input: [UpdatePartKitInput]): UpdatePartKitsArguments
input
Returns
partKits
[PartKit]
Mutation
mutation UpdatePartKits {
updatePartKits {
partKits {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Response
{
"data": {
"updatePartKits": {
"partKits": [
{
"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 UpdatePartKits {
updatePartKits {
partKits {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AssigneesCount
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
}
}
}Response
{
"data": {
"updatePartKits": {
"partKits": [
{
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AssigneesCount": 1,
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1
}
]
}
}
}