Skip to main content

ResourcesConnection

A connection to a list of Resource values.

type ResourcesConnection {
nodes: [Resource!]!
edges: [ResourcesEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ResourcesConnection.nodes ● [Resource!]! non-null object

A list of Resource objects.

ResourcesConnection.edges ● [ResourcesEdge!]! non-null object

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

ResourcesConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ResourcesConnection.totalCount ● Int! non-null scalar

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

Returned By

resourcesConnection query

Member Of

Accord object ● Account object ● LibraryResourceVersion object ● Profile object ● Resource object