SetEdgeWorkerActiveInput
Input for enabling or disabling an edge worker.
input SetEdgeWorkerActiveInput {
active: Boolean!
edgeWorkerId: Int!
environmentId: Int!
}
Fields
SetEdgeWorkerActiveInput.active ● Boolean! non-null scalar common
Whether the worker should be active.
SetEdgeWorkerActiveInput.edgeWorkerId ● Int! non-null scalar common
The identifier of the edge worker to toggle.
SetEdgeWorkerActiveInput.environmentId ● Int! non-null scalar common
The environment the worker belongs to.
Member Of
setEdgeWorkerActive mutation