OBJECT

GuardrailsWorkerGroupLogEdge

Guardrails Worker Group Log Edge Type.

link GraphQL Schema definition

  • type GuardrailsWorkerGroupLogEdge implements ConnectionEdge {
  • # Cursor is an opaque string, you can use it to request subsequent or preceding
  • # items in the list
  • cursor: String!
  • # Guardrails worker group log
  • node: GuardrailsWorkerGroupLog!
  • }