OBJECT

SmileyConnection

The connection type for Smiley.

link GraphQL Schema definition

  • type SmileyConnection {
  • # A list of edges.
  • edges: [SmileyEdge]
  • # A list of nodes.
  • nodes: [Smiley]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • }