OBJECT

HyperVSCVMMLogicalChildTypeEdge

Description

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

link GraphQL Schema definition

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