Mutations
updateLocationSubtype
MUTATION
updateLocationSubtype(input: UpdateLocationSubtypeInput!): UpdateLocationSubtypeArguments
input
required
Returns
locationSubtype
Mutation
Variables
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
updateLocationSubtype(input: UpdateLocationSubtypeInput!): UpdateLocationSubtypemutation UpdateLocationSubtype($input: UpdateLocationSubtypeInput!) {
updateLocationSubtype(input: $input) {
locationSubtype {
LastSessionId
_LocationsCount
_StepsCount
_created
_etag
_updated
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateLocationSubtype": {
"locationSubtype": {
"LastSessionId": "string",
"_LocationsCount": 1,
"_StepsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
mutation UpdateLocationSubtype($input: UpdateLocationSubtypeInput!) {
updateLocationSubtype(input: $input) {
locationSubtype {
LastSessionId
_LocationsCount
_StepsCount
_created
_etag
_updated
}
}
}{
"input": {
"etag": "string",
"id": "id"
}
}{
"data": {
"updateLocationSubtype": {
"locationSubtype": {
"LastSessionId": "string",
"_LocationsCount": 1,
"_StepsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Suggestions