OBJECT

MappingsConnection

The connection type for Mapping.

link GraphQL Schema definition

  • type MappingsConnection {
  • # A list of edges.
  • edges: [MappingEdge]
  • # A list of nodes.
  • nodes: [Mapping]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Unfiltered counts
  • unfilteredCounts: MappingCount
  • }