OBJECT

VnetEdge

Description

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

link GraphQL Schema definition

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