OBJECT

MessengerFontConnection

A connection to a list of items.

link GraphQL Schema definition

  • type MessengerFontConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [MessengerFontEdge]
  • }

link Require by