OBJECT
MappingsConnection
The connection type for Mapping.
link GraphQL Schema definition
- type MappingsConnection {
- # A list of edges.
- MappingEdge] : [
- # A list of nodes.
- Mapping] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Unfiltered counts
- MappingCount :
- }