Skip to main content

HubLibraryResourcesConnection

A connection to a list of HubLibraryResource values.

type HubLibraryResourcesConnection {
nodes: [HubLibraryResource!]!
edges: [HubLibraryResourcesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

HubLibraryResourcesConnection.nodes ● [HubLibraryResource!]! non-null object

A list of HubLibraryResource objects.

HubLibraryResourcesConnection.edges ● [HubLibraryResourcesEdge!]! non-null object

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

HubLibraryResourcesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

HubLibraryResourcesConnection.totalCount ● Int! non-null scalar

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

Returned By

hubLibraryResourcesConnection query

Member Of

Hub object ● LibraryResource object