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