Mutations
createLocationSubtype
MUTATION
createLocationSubtype(input: CreateLocationSubtypeInput!): CreateLocationSubtypeArguments
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.
createLocationSubtype(input: CreateLocationSubtypeInput!): CreateLocationSubtypemutation CreateLocationSubtype($input: CreateLocationSubtypeInput!) {
createLocationSubtype(input: $input) {
locationSubtype {
LastSessionId
_LocationsCount
_StepsCount
_created
_etag
_updated
}
}
}{
"input": {
"name": "string"
}
}{
"data": {
"createLocationSubtype": {
"locationSubtype": {
"LastSessionId": "string",
"_LocationsCount": 1,
"_StepsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Was this page helpful?
mutation CreateLocationSubtype($input: CreateLocationSubtypeInput!) {
createLocationSubtype(input: $input) {
locationSubtype {
LastSessionId
_LocationsCount
_StepsCount
_created
_etag
_updated
}
}
}{
"input": {
"name": "string"
}
}{
"data": {
"createLocationSubtype": {
"locationSubtype": {
"LastSessionId": "string",
"_LocationsCount": 1,
"_StepsCount": 1,
"_created": "value",
"_etag": "string",
"_updated": "value"
}
}
}
}Suggestions