OBJECT
GuardrailsWorkerGroupWorkersConnection
Guardrails Worker Group Worker Connection Type
link GraphQL Schema definition
- type GuardrailsWorkerGroupWorkersConnection implements Connection {
- # count of guardrails worker on this page
- Int! :
- # Guardrails worker edge
- GuardrailsWorkerGroupWorkerEdge!] : [
- # Represents pagination information in Relay about the edges.
- PageInfo! :
- # Total count of guardrails worker
- Int :
- # Guardrails worker
- GuardrailsWorkerGroupWorker!] : [
- }