OBJECT

NasSystemEdge

Description

Wrapper around the NasSystem object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type NasSystemEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual NasSystem object wrapped by this edge.
  • node: NasSystem!
  • }