Skip to content

Cms1500PaginationConnection

The connection type for Cms1500.

Fields

edges · [Cms1500Edge] · A list of edges.
nodes · [Cms1500] · A list of nodes.
page_info · PageInfo! · required · Information to aid in pagination.
total_count · Int! · required · Total count of items.

Used By

Definition

"""
The connection type for Cms1500.
"""
type Cms1500PaginationConnection {
"""
A list of edges.
"""
edges: [Cms1500Edge]
"""
A list of nodes.
"""
nodes: [Cms1500]
"""
Information to aid in pagination.
"""
page_info: PageInfo!
"""
Total count of items.
"""
total_count: Int!
}