Mutations
UpdatePartKitAttributes
MUTATION
UpdatePartKitAttributes(input: [UpdatePartKitAttributeInput]!): UpdatePartKitAttributesArguments
input
required
Returns
partKitAttributes
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
UpdatePartKitAttributes(input: [UpdatePartKitAttributeInput]!): UpdatePartKitAttributesmutation UpdatePartKitAttributes($input: [UpdatePartKitAttributeInput]!) {
UpdatePartKitAttributes(input: $input) {
partKitAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"partKitId": 1
}
]
}{
"data": {
"UpdatePartKitAttributes": {
"partKitAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Was this page helpful?
mutation UpdatePartKitAttributes($input: [UpdatePartKitAttributeInput]!) {
UpdatePartKitAttributes(input: $input) {
partKitAttributes {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": [
{
"etag": "string",
"key": "string",
"partKitId": 1
}
]
}{
"data": {
"UpdatePartKitAttributes": {
"partKitAttributes": [
{
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
]
}
}
}Suggestions