Skip to main content

HubsConnection

A connection to a list of Hub values.

type HubsConnection {
nodes: [Hub!]!
edges: [HubsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

HubsConnection.nodes ● [Hub!]! non-null object

A list of Hub objects.

HubsConnection.edges ● [HubsEdge!]! non-null object

A list of edges which contains the Hub and cursor to aid in pagination.

HubsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

HubsConnection.totalCount ● Int! non-null scalar

The count of *all* Hub you could get from the connection.

Returned By

hubsConnection query

Member Of

Hub object