OBJECT

UserMediaReferenceConnection

A connection to a list of items.

link GraphQL Schema definition

  • type UserMediaReferenceConnection {
  • # A list of edges.
  • edges: [UserMediaReferenceEdge]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # Identifies the total count of items in the connection.
  • totalCount: Int!
  • }