OBJECT

GuardrailsWorkerGroupConnection

Guardrails Worker Group Connection Type

link GraphQL Schema definition

  • type GuardrailsWorkerGroupConnection implements Connection {
  • # count of guardrails worker groups on this page
  • count: Int!
  • # Guardrails worker group edge
  • edges: [GuardrailsWorkerGroupEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # Total count of guardrails worker groups
  • totalCount: Int
  • # Guardrails worker group
  • workerGroups: [GuardrailsWorkerGroup!]
  • }