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