OBJECT

VcdOrgLogicalChildTypeEdge

Description

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

link GraphQL Schema definition

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