OBJECT

AwsNativeEbsVolumeEdge

Description

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

link GraphQL Schema definition

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