NodeConfigHistory
This is a node config history table
Fields#
id (ID!)#
The ID of an object
config (String)#
This holds the settings to allow for configuration of the target node.
version (Int!)#
This is to know what version of the node is.
createdAt (GQLTDate!)#
updatedAt (GQLTDate!)#
nodeConfigId (ID)#
The ID of an object
nodeConfig (NodeConfig)#
devices (DeviceBelongsToManyDevicesList)#
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.
orderBy([DeviceOrderBy])#
If provided this will sort the results by the supplied column and direction
where(GQLTQueryDeviceWhere)#include([GQLTDeviceIncludeObject])#
Interfaces#
Node#
An object with an ID