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