Mutations
updatePartAttribute
Updates an attribute on a part.
MUTATION
updatePartAttribute(input: UpdatePartAttributeInput!): UpdatePartAttributeArguments
input
required
Returns
partAttribute
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates an attribute on a part.
updatePartAttribute(input: UpdatePartAttributeInput!): UpdatePartAttributemutation UpdatePartAttribute($input: UpdatePartAttributeInput!) {
updatePartAttribute(input: $input) {
partAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"partId": 1
}
}{
"data": {
"updatePartAttribute": {
"partAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Was this page helpful?
mutation UpdatePartAttribute($input: UpdatePartAttributeInput!) {
updatePartAttribute(input: $input) {
partAttribute {
Created
Etag
LastSessionId
Updated
_IonValueCount
_ValueCount
}
}
}{
"input": {
"etag": "string",
"key": "string",
"partId": 1
}
}{
"data": {
"updatePartAttribute": {
"partAttribute": {
"Created": "value",
"Etag": "string",
"LastSessionId": "string",
"Updated": "value",
"_IonValueCount": 1,
"_ValueCount": 1
}
}
}
}Suggestions