OBJECT

GuardrailsTargetExpressionEdge

Guardrails Target Expression Edge Type.

link GraphQL Schema definition

  • type GuardrailsTargetExpressionEdge implements ConnectionEdge {
  • # Cursor is an opaque string, you can use it to request subsequent or preceding
  • # items in the list
  • cursor: String!
  • # relay-compatible node on this page
  • node: GuardrailsTargetExpression!
  • }