Skip to main content

LibraryResourcesConnection

A connection to a list of LibraryResource values.

type LibraryResourcesConnection {
nodes: [LibraryResource!]!
edges: [LibraryResourcesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

LibraryResourcesConnection.nodes ● [LibraryResource!]! non-null object

A list of LibraryResource objects.

LibraryResourcesConnection.edges ● [LibraryResourcesEdge!]! non-null object

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

LibraryResourcesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

LibraryResourcesConnection.totalCount ● Int! non-null scalar

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

Returned By

libraryResourcesConnection query

Member Of

Workspace object ● WorkspaceAccount object