OBJECT
GuardrailsWorkerGroupWorkerEdge
Guardrails Worker Group Edge Type.
link GraphQL Schema definition
- type GuardrailsWorkerGroupWorkerEdge implements ConnectionEdge {
- # Cursor is an opaque string, you can use it to request subsequent or preceding
- # items in the list
- String! :
- # Guardrails worker group node
- GuardrailsWorkerGroupWorker! :
- }