OBJECT

GuardrailsWorkerGroupLogConnection

Guardrails Worker Group Log Connection Type

link GraphQL Schema definition

  • type GuardrailsWorkerGroupLogConnection implements Connection {
  • # count of guardrails worker group logs on this page
  • count: Int!
  • # Guardrails worker group logs edge
  • edges: [GuardrailsWorkerGroupLogEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # Total count of guardrails worker group logs
  • totalCount: Int
  • # Guardrails worker logs group
  • workerGroupLogs: [GuardrailsWorkerGroupLog!]
  • }