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