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.
- : String!
- # The actual VcdOrgDescendantType object wrapped by this edge.
- : VcdOrgDescendantType!
- }