OBJECT

GuardrailsTemplateConnection

Guardrails Template Connection Type

link GraphQL Schema definition

  • type GuardrailsTemplateConnection implements Connection {
  • # count of guardrails template on this page
  • count: Int!
  • # Guardrails template edge
  • edges: [GuardrailsTemplateEdge!]
  • # Guardrails template
  • guardrailsTemplates: [GuardrailsTemplate!]
  • # Represents pagination information in Relay about the edges.
  • pageInfo: PageInfo!
  • # Total count of guardrails templates
  • totalCount: Int
  • }