Skip to main content

NodeGroupOptionalInput

No description

type NodeGroupOptionalInput {
id: ID
name: String
createdAt: GQLTDate
updatedAt: GQLTDate
devices: NodeGroupDevicesHasManyInput
}

Fields#

id (ID)#

This a primary key for NodeGroup

name (String)#

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

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

devices (NodeGroupDevicesHasManyInput)#

This is the mutation object for NodeGroupDevicesHasMany