Skip to main content

NodeConfigOptionalInput

No description

type NodeConfigOptionalInput {
id: ID
name: String
config: String
version: Int
createdAt: GQLTDate
updatedAt: GQLTDate
deviceTypeId: ID
deviceType: NodeConfigDeviceTypeBelongsToInput
nodeConfigHistory: NodeConfigNodeConfigHistoryHasManyInput
}

Fields#

id (ID)#

This a primary key for NodeConfig

name (String)#

This is the name of the node configuration that will be displayed.

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

deviceTypeId (ID)#

target for node type

deviceType (NodeConfigDeviceTypeBelongsToInput)#

This is the mutation object for NodeConfigDeviceTypeBelongsTo

nodeConfigHistory (NodeConfigNodeConfigHistoryHasManyInput)#

This is the mutation object for NodeConfigNodeConfigHistoryHasMany