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