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
- Int! :
- # Guardrails worker group logs edge
- GuardrailsWorkerGroupLogEdge!] : [
- # Represents pagination information in Relay about the edges.
- PageInfo! :
- # Total count of guardrails worker group logs
- Int :
- # Guardrails worker logs group
- GuardrailsWorkerGroupLog!] : [
- }