OBJECT

VcdOrgDescendantTypeEdge

Description

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

link GraphQL Schema definition

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