NamespaceConnection
The connection type for namespaces.
type NamespaceConnection {
edges: [NamespaceEdge!]!
pageInfo: PageInfo!
totalCount: Int!
}
Fields
NamespaceConnection.edges ● [NamespaceEdge!]! non-null object
The list of edges.
NamespaceConnection.pageInfo ● PageInfo! non-null object
The pagination information.
NamespaceConnection.totalCount ● Int! non-null scalar
The total number of records for that particular query, independent of the pagination.
Returned by
namespaces query
Member of
Namespace object