Skip to main content

NodeConfigHistoryRequiredInput

No description

type NodeConfigHistoryRequiredInput {
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