ScopedLibraryResourceIdsConnection
A connection to a list of String values.
type ScopedLibraryResourceIdsConnection {
nodes: [String]!
edges: [ScopedLibraryResourceIdEdge!]!
totalCount: Int!
}
Fields
ScopedLibraryResourceIdsConnection.nodes ● [String]! non-null scalar
A list of String objects.
ScopedLibraryResourceIdsConnection.edges ● [ScopedLibraryResourceIdEdge!]! non-null object
A list of edges which contains the String and cursor to aid in pagination.
ScopedLibraryResourceIdsConnection.totalCount ● Int! non-null scalar
The count of *all* String you could get from the connection.