OBJECT

LensesConnection

Connection Type for Lens

link GraphQL Schema definition

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

link Require by