Mutations
updatePartKitItem
MUTATION
updatePartKitItem(input: UpdatePartKitItemInput!): UpdatePartKitItemArguments
input
required
Returns
partKitItem
Mutation
mutation UpdatePartKitItem($input: UpdatePartKitItemInput!) {
updatePartKitItem(input: $input) {
partKitItem {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
_CommentsCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": 1
}
}Response
{
"data": {
"updatePartKitItem": {
"partKitItem": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1,
"_CommentsCount": 1
}
}
}
}Was this page helpful?
⌘I
Mutation
mutation UpdatePartKitItem($input: UpdatePartKitItemInput!) {
updatePartKitItem(input: $input) {
partKitItem {
Attributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
LastSessionId
_AttributedPartsCount
_AttributedUsersCount
_AttributesCount
_CommentsCount
}
}
}Variables
{
"input": {
"etag": "string",
"id": 1
}
}Response
{
"data": {
"updatePartKitItem": {
"partKitItem": {
"Attributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
],
"LastSessionId": "string",
"_AttributedPartsCount": 1,
"_AttributedUsersCount": 1,
"_AttributesCount": 1,
"_CommentsCount": 1
}
}
}
}