Skip to main content

NamespaceConnection

The connection type for namespaces.

type NamespaceConnection {
totalCount: Int!
pageInfo: PageInfo!
edges: [NamespaceEdge!]!
}

Fields

NamespaceConnection.totalCount ● Int! non-null scalar

The total number of records for that particular query, independent of the pagination.

NamespaceConnection.pageInfo ● PageInfo! non-null object

The pagination information.

NamespaceConnection.edges ● [NamespaceEdge!]! non-null object

The list of edges.

Returned by

namespaces query

Member of

Namespace object