Skip to main content

NodeServiceOptionalInput

No description

type NodeServiceOptionalInput {
id: ID
name: String
type: NodeServiceTypeOptionalInputEnum
poll: String
siteName: String
enabled: Boolean
createdAt: GQLTDate
updatedAt: GQLTDate
devices: NodeServiceDevicesBelongsToManyInput
}

Fields#

id (ID)#

This a primary key for NodeService

name (String)#

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

type (NodeServiceTypeOptionalInputEnum)#

This is the selection of what type will be your node service.

poll (String)#

This is to know what scheduled time that the service will run.

siteName (String)#

This is the name of the site where node service have been deployed.

enabled (Boolean)#

This is the inidicator if the node service is enabled or disabled.

createdAt (GQLTDate)#

updatedAt (GQLTDate)#

devices (NodeServiceDevicesBelongsToManyInput)#

This is the mutation object for NodeServiceDevicesBelongsToMany