OBJECT

GuardrailsWorkerGroupCloudAccountConnection

Guardrails Worker Group Worker Connection Type

link GraphQL Schema definition

  • type GuardrailsWorkerGroupCloudAccountConnection implements Connection {
  • # Guardrails worker group cloud account
  • cloudAccount: [GuardrailsWorkerGroupCloudAccount!]
  • # count of guardrails worker group cloud account on this page
  • count: Int!
  • # Guardrails worker group cloud account edge
  • edges: [GuardrailsWorkerGroupCloudAccountEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # Total count of guardrails worker group cloud account
  • totalCount: Int
  • }