FerryCalendarConnection
A connection to a list of items.
type FerryCalendarConnection {
adviseMessages: [AdviseMessage]
pageInfo: PageInfo!
edges: [FerryCalendarEdge!]
nodes: [FerryCalendarPayload]
totalCount: Int!
}
Fields
FerryCalendarConnection.adviseMessages
● [AdviseMessage]
list object
FerryCalendarConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
FerryCalendarConnection.edges
● [FerryCalendarEdge!]
list object
A list of edges.
FerryCalendarConnection.nodes
● [FerryCalendarPayload]
list object
A flattened list of the nodes.
FerryCalendarConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Member Of
TransportQuery
object