OBJECT
GuardrailsTargetExpressionConnection
Guardrails Target Expression Connection Type
link GraphQL Schema definition
- type GuardrailsTargetExpressionConnection implements Connection {
- # count of guardrails account states on this page
- Int! :
- # relay-compatible edges on this page
- GuardrailsTargetExpressionEdge!] : [
- # Represents pagination information in Relay about the edges.
- PageInfo! :
- # List of guardrails account states on this page
- GuardrailsTargetExpression!] : [
- # total count of guardrails account states
- Int :
- }