OBJECT

VsphereDatastoreEdge

Description

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

link GraphQL Schema definition

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