OBJECT

NasVolumeLogicalChildTypeEdge

Description

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

link GraphQL Schema definition

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