Skip to main content

NodeConfigHistoryOptionalInput

No description

type NodeConfigHistoryOptionalInput {
id: ID
config: String
version: Int
createdAt: GQLTDate
updatedAt: GQLTDate
nodeConfigId: ID
nodeConfig: NodeConfigHistoryNodeConfigBelongsToInput
devices: NodeConfigHistoryDevicesBelongsToManyInput
}

Fields#

id (ID)#

This a primary key for NodeConfigHistory

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)#

target for node config

nodeConfig (NodeConfigHistoryNodeConfigBelongsToInput)#

This is the mutation object for NodeConfigHistoryNodeConfigBelongsTo

devices (NodeConfigHistoryDevicesBelongsToManyInput)#

This is the mutation object for NodeConfigHistoryDevicesBelongsToMany