OBJECT

GuardrailsTargetExpressionConnection

Guardrails Target Expression Connection Type

link GraphQL Schema definition

  • type GuardrailsTargetExpressionConnection implements Connection {
  • # count of guardrails account states on this page
  • count: Int!
  • # relay-compatible edges on this page
  • edges: [GuardrailsTargetExpressionEdge!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # List of guardrails account states on this page
  • targetExpression: [GuardrailsTargetExpression!]
  • # total count of guardrails account states
  • totalCount: Int
  • }