Skip to main content

ScopedResourceIdsConnection

A connection to a list of String values.

type ScopedResourceIdsConnection {
nodes: [String]!
edges: [ScopedResourceIdEdge!]!
totalCount: Int!
}

Fields

ScopedResourceIdsConnection.nodes ● [String]! non-null scalar

A list of String objects.

ScopedResourceIdsConnection.edges ● [ScopedResourceIdEdge!]! non-null object

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

ScopedResourceIdsConnection.totalCount ● Int! non-null scalar

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

Returned By

scopedResourceIdsConnection query