OBJECT

WarnablesConnection

Connection Type for Warnable

link GraphQL Schema definition

  • type WarnablesConnection {
  • # List of nodes
  • nodes: [Warnable!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by

This element is not required by anyone