Skip to main content

NodeGroupRequiredInput

No description

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