OBJECT
NasNamespaceEdge
Description
Wrapper around the NasNamespace object. This wrapper is used for pagination.
link GraphQL Schema definition
- type NasNamespaceEdge {
- # String used to identify this edge.
- : String!
- # The actual NasNamespace object wrapped by this edge.
- : NasNamespace!
- }