GloAppsConnection
A connection to a list of items.
type GloAppsConnection {
edges: [GloAppsEdge!]
nodes: [GloApp!]
pageInfo: PageInfo!
}
Fields
GloAppsConnection.edges ● [GloAppsEdge!] list object
A list of edges.
GloAppsConnection.nodes ● [GloApp!] list object
A flattened list of the nodes.
GloAppsConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.