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