OBJECT

ParametersConnection

Connection Type for Parameter

link GraphQL Schema definition

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