Queries
locationSubtype
Retrieves an item by its ID.
QUERY
locationSubtype(id: ID!): LocationSubtypeArguments
id
ID!
required
Returns
LastSessionId
String
_LocationsCount
Int
Optimized count of locations.
_StepsCount
Int
Optimized count of steps.
_created
DateTime
_etag
String
_updated
DateTime
createdBy
User associated with creating related attribute. Returns: relationship object
Arguments
filters
createdByApiClient
createdById
Int!
User id that created this object. Returns: int of user_id
description
String
id
Int!
lastUpdatedByApiClient
locations
[Location]
Arguments
filters
name
String!
prettyStr
String
steps
[Step]
Arguments
filters
updatedBy
User associated with updating related attribute. Returns: relationship object
Arguments
filters
updatedById
Int!
User id that updated this object. Returns: int of user_id
Query
Variables
Response