Skip to main content

LibraryResourceVersionsConnection

A connection to a list of LibraryResourceVersion values.

type LibraryResourceVersionsConnection {
nodes: [LibraryResourceVersion!]!
edges: [LibraryResourceVersionsEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

LibraryResourceVersionsConnection.nodes ● [LibraryResourceVersion!]! non-null object

A list of LibraryResourceVersion objects.

LibraryResourceVersionsConnection.edges ● [LibraryResourceVersionsEdge!]! non-null object

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

LibraryResourceVersionsConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

LibraryResourceVersionsConnection.totalCount ● Int! non-null scalar

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

Returned By

libraryResourceVersionsConnection query

Member Of

LibraryResource object ● Workspace object