Skip to main content

QueryModels

No description

type QueryModels {
User(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserOrderBy] = []
where: GQLTQueryUserWhere
include: [GQLTUserIncludeObject] = []
): UserList
UserAuth(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserAuthOrderBy] = []
where: GQLTQueryUserAuthWhere
include: [GQLTUserAuthIncludeObject] = []
): UserAuthList
Role(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [RoleOrderBy] = []
where: GQLTQueryRoleWhere
include: [GQLTRoleIncludeObject] = []
): RoleList
Permission(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [PermissionOrderBy] = []
where: GQLTQueryPermissionWhere
include: [GQLTPermissionIncludeObject] = []
): PermissionList
RolePermission(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [RolePermissionOrderBy] = []
where: GQLTQueryRolePermissionWhere
include: [GQLTRolePermissionIncludeObject] = []
): RolePermissionList
EventLog(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [EventLogOrderBy] = []
where: GQLTQueryEventLogWhere
include: [GQLTEventLogIncludeObject] = []
): EventLogList
Config(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [ConfigOrderBy] = []
where: GQLTQueryConfigWhere
): ConfigList
File(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [FileOrderBy] = []
where: GQLTQueryFileWhere
include: [GQLTFileIncludeObject] = []
): FileList
Item(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [ItemOrderBy] = []
where: GQLTQueryItemWhere
include: [GQLTItemIncludeObject] = []
): ItemList
RoleItemPermission(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [RoleItemPermissionOrderBy] = []
where: GQLTQueryRoleItemPermissionWhere
include: [GQLTRoleItemPermissionIncludeObject] = []
): RoleItemPermissionList
Device(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceOrderBy] = []
where: GQLTQueryDeviceWhere
include: [GQLTDeviceIncludeObject] = []
): DeviceList
DeviceType(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceTypeOrderBy] = []
where: GQLTQueryDeviceTypeWhere
include: [GQLTDeviceTypeIncludeObject] = []
): DeviceTypeList
NodeGroup(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [NodeGroupOrderBy] = []
where: GQLTQueryNodeGroupWhere
include: [GQLTNodeGroupIncludeObject] = []
): NodeGroupList
DeviceEvent(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceEventOrderBy] = []
where: GQLTQueryDeviceEventWhere
include: [GQLTDeviceEventIncludeObject] = []
): DeviceEventList
DeviceUsage(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceUsageOrderBy] = []
where: GQLTQueryDeviceUsageWhere
include: [GQLTDeviceUsageIncludeObject] = []
): DeviceUsageList
UserDevice(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserDeviceOrderBy] = []
where: GQLTQueryUserDeviceWhere
include: [GQLTUserDeviceIncludeObject] = []
): UserDeviceList
Credential(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [CredentialOrderBy] = []
where: GQLTQueryCredentialWhere
include: [GQLTCredentialIncludeObject] = []
): CredentialList
DeviceConfig(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceConfigOrderBy] = []
where: GQLTQueryDeviceConfigWhere
include: [GQLTDeviceConfigIncludeObject] = []
): DeviceConfigList
DeviceConfigDevice(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceConfigDeviceOrderBy] = []
where: GQLTQueryDeviceConfigDeviceWhere
include: [GQLTDeviceConfigDeviceIncludeObject] = []
): DeviceConfigDeviceList
DeviceTemplate(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceTemplateOrderBy] = []
where: GQLTQueryDeviceTemplateWhere
include: [GQLTDeviceTemplateIncludeObject] = []
): DeviceTemplateList
DeviceTemplateConfig(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceTemplateConfigOrderBy] = []
where: GQLTQueryDeviceTemplateConfigWhere
include: [GQLTDeviceTemplateConfigIncludeObject] = []
): DeviceTemplateConfigList
NodeConfig(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [NodeConfigOrderBy] = []
where: GQLTQueryNodeConfigWhere
include: [GQLTNodeConfigIncludeObject] = []
): NodeConfigList
NodeConfigHistory(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [NodeConfigHistoryOrderBy] = []
where: GQLTQueryNodeConfigHistoryWhere
include: [GQLTNodeConfigHistoryIncludeObject] = []
): NodeConfigHistoryList
NodeConfigHistoryDevice(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [NodeConfigHistoryDeviceOrderBy] = []
where: GQLTQueryNodeConfigHistoryDeviceWhere
include: [GQLTNodeConfigHistoryDeviceIncludeObject] = []
): NodeConfigHistoryDeviceList
DeviceNodeService(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceNodeServiceOrderBy] = []
where: GQLTQueryDeviceNodeServiceWhere
include: [GQLTDeviceNodeServiceIncludeObject] = []
): DeviceNodeServiceList
NodeService(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [NodeServiceOrderBy] = []
where: GQLTQueryNodeServiceWhere
include: [GQLTNodeServiceIncludeObject] = []
): NodeServiceList
WebHook(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [WebHookOrderBy] = []
where: GQLTQueryWebHookWhere
include: [GQLTWebHookIncludeObject] = []
): WebHookList
Room(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [RoomOrderBy] = []
where: GQLTQueryRoomWhere
include: [GQLTRoomIncludeObject] = []
): RoomList
Booking(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [BookingOrderBy] = []
where: GQLTQueryBookingWhere
include: [GQLTBookingIncludeObject] = []
): BookingList
Mesh(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [MeshOrderBy] = []
where: GQLTQueryMeshWhere
include: [GQLTMeshIncludeObject] = []
): MeshList
Email(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [EmailOrderBy] = []
where: GQLTQueryEmailWhere
include: [GQLTEmailIncludeObject] = []
): EmailList
EmailTemplate(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [EmailTemplateOrderBy] = []
where: GQLTQueryEmailTemplateWhere
include: [GQLTEmailTemplateIncludeObject] = []
): EmailTemplateList
EmailTemplateAttachment(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [EmailTemplateAttachmentOrderBy] = []
where: GQLTQueryEmailTemplateAttachmentWhere
include: [GQLTEmailTemplateAttachmentIncludeObject] = []
): EmailTemplateAttachmentList
MobileVerification(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [MobileVerificationOrderBy] = []
where: GQLTQueryMobileVerificationWhere
): MobileVerificationList
SmsMessage(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [SmsMessageOrderBy] = []
where: GQLTQuerySmsMessageWhere
include: [GQLTSmsMessageIncludeObject] = []
): SmsMessageList
SmsTemplate(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [SmsTemplateOrderBy] = []
where: GQLTQuerySmsTemplateWhere
include: [GQLTSmsTemplateIncludeObject] = []
): SmsTemplateList
Group(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [GroupOrderBy] = []
where: GQLTQueryGroupWhere
include: [GQLTGroupIncludeObject] = []
): GroupList
UserGroup(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserGroupOrderBy] = []
where: GQLTQueryUserGroupWhere
include: [GQLTUserGroupIncludeObject] = []
): UserGroupList
GroupManager(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [GroupManagerOrderBy] = []
where: GQLTQueryGroupManagerWhere
include: [GQLTGroupManagerIncludeObject] = []
): GroupManagerList
GroupDevice(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [GroupDeviceOrderBy] = []
where: GQLTQueryGroupDeviceWhere
include: [GQLTGroupDeviceIncludeObject] = []
): GroupDeviceList
ProductGroup(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [ProductGroupOrderBy] = []
where: GQLTQueryProductGroupWhere
include: [GQLTProductGroupIncludeObject] = []
): ProductGroupList
Map(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [MapOrderBy] = []
where: GQLTQueryMapWhere
include: [GQLTMapIncludeObject] = []
): MapList
MapItem(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [MapItemOrderBy] = []
where: GQLTQueryMapItemWhere
include: [GQLTMapItemIncludeObject] = []
): MapItemList
DevicePosition(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DevicePositionOrderBy] = []
where: GQLTQueryDevicePositionWhere
include: [GQLTDevicePositionIncludeObject] = []
): DevicePositionList
UserMesh(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserMeshOrderBy] = []
where: GQLTQueryUserMeshWhere
include: [GQLTUserMeshIncludeObject] = []
): UserMeshList
UserPlan(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserPlanOrderBy] = []
where: GQLTQueryUserPlanWhere
include: [GQLTUserPlanIncludeObject] = []
): UserPlanList
Transaction(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [TransactionOrderBy] = []
where: GQLTQueryTransactionWhere
include: [GQLTTransactionIncludeObject] = []
): TransactionList
Product(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [ProductOrderBy] = []
where: GQLTQueryProductWhere
include: [GQLTProductIncludeObject] = []
): ProductList
Country(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [CountryOrderBy] = []
where: GQLTQueryCountryWhere
include: [GQLTCountryIncludeObject] = []
): CountryList
Invoice(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [InvoiceOrderBy] = []
where: GQLTQueryInvoiceWhere
include: [GQLTInvoiceIncludeObject] = []
): InvoiceList
InvoiceItem(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [InvoiceItemOrderBy] = []
where: GQLTQueryInvoiceItemWhere
include: [GQLTInvoiceItemIncludeObject] = []
): InvoiceItemList
ProductGroupProduct(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [ProductGroupProductOrderBy] = []
where: GQLTQueryProductGroupProductWhere
include: [GQLTProductGroupProductIncludeObject] = []
): ProductGroupProductList
Order(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [OrderOrderBy] = []
where: GQLTQueryOrderWhere
include: [GQLTOrderIncludeObject] = []
): OrderList
OrderItem(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [OrderItemOrderBy] = []
where: GQLTQueryOrderItemWhere
include: [GQLTOrderItemIncludeObject] = []
): OrderItemList
Voucher(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [VoucherOrderBy] = []
where: GQLTQueryVoucherWhere
include: [GQLTVoucherIncludeObject] = []
): VoucherList
VoucherModifier(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [VoucherModifierOrderBy] = []
where: GQLTQueryVoucherModifierWhere
include: [GQLTVoucherModifierIncludeObject] = []
): VoucherModifierList
Account(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [AccountOrderBy] = []
where: GQLTQueryAccountWhere
include: [GQLTAccountIncludeObject] = []
): AccountList
Building(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [BuildingOrderBy] = []
where: GQLTQueryBuildingWhere
include: [GQLTBuildingIncludeObject] = []
): BuildingList
DeviceSession(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceSessionOrderBy] = []
where: GQLTQueryDeviceSessionWhere
include: [GQLTDeviceSessionIncludeObject] = []
): DeviceSessionList
DeviceAuth(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceAuthOrderBy] = []
where: GQLTQueryDeviceAuthWhere
include: [GQLTDeviceAuthIncludeObject] = []
): DeviceAuthList
DeviceConnection(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [DeviceConnectionOrderBy] = []
where: GQLTQueryDeviceConnectionWhere
include: [GQLTDeviceConnectionIncludeObject] = []
): DeviceConnectionList
AuthProvider(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [AuthProviderOrderBy] = []
where: GQLTQueryAuthProviderWhere
): AuthProviderList
Address(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [AddressOrderBy] = []
where: GQLTQueryAddressWhere
include: [GQLTAddressIncludeObject] = []
): AddressList
UserAddress(
after: String
first: Int = 0
before: String
last: Int = 0
orderBy: [UserAddressOrderBy] = []
where: GQLTQueryUserAddressWhere
include: [GQLTUserAddressIncludeObject] = []
): UserAddressList
}

Fields#

User (UserList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

UserAuth (UserAuthList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Role (RoleList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Permission (PermissionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

RolePermission (RolePermissionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

EventLog (EventLogList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Config (ConfigList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

File (FileList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Item (ItemList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

RoleItemPermission (RoleItemPermissionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Device (DeviceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceType (DeviceTypeList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

NodeGroup (NodeGroupList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceEvent (DeviceEventList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceUsage (DeviceUsageList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

UserDevice (UserDeviceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Credential (CredentialList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceConfig (DeviceConfigList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceConfigDevice (DeviceConfigDeviceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceTemplate (DeviceTemplateList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceTemplateConfig (DeviceTemplateConfigList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

NodeConfig (NodeConfigList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

NodeConfigHistory (NodeConfigHistoryList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

NodeConfigHistoryDevice (NodeConfigHistoryDeviceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceNodeService (DeviceNodeServiceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

NodeService (NodeServiceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

WebHook (WebHookList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Room (RoomList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Booking (BookingList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Mesh (MeshList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Email (EmailList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

EmailTemplate (EmailTemplateList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

EmailTemplateAttachment (EmailTemplateAttachmentList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

MobileVerification (MobileVerificationList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

SmsMessage (SmsMessageList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

SmsTemplate (SmsTemplateList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Group (GroupList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

UserGroup (UserGroupList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

GroupManager (GroupManagerList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

GroupDevice (GroupDeviceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

ProductGroup (ProductGroupList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Map (MapList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

MapItem (MapItemList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DevicePosition (DevicePositionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

UserMesh (UserMeshList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

UserPlan (UserPlanList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Transaction (TransactionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Product (ProductList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Country (CountryList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Invoice (InvoiceList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

InvoiceItem (InvoiceItemList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

ProductGroupProduct (ProductGroupProductList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Order (OrderList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

OrderItem (OrderItemList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Voucher (VoucherList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

VoucherModifier (VoucherModifierList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Account (AccountList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Building (BuildingList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceSession (DeviceSessionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceAuth (DeviceAuthList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

DeviceConnection (DeviceConnectionList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

AuthProvider (AuthProviderList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

Address (AddressList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction

UserAddress (UserAddressList)#

If provided it will return results after the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the first ${amount} of records.

If provided it will return results before the provided cursor

If provided the results will be the first ${amount} of records from provided cursor, if a cursor is not provided the results will be the last ${amount} of records.

If provided this will sort the results by the supplied column and direction