OBJECT
ContractHierarchyConnection
The connection type for ContractHierarchy.
link GraphQL Schema definition
- type ContractHierarchyConnection {
- : [String!]!
- # A list of edges.
- : [ContractHierarchyEdge]
- # A list of nodes.
- : [ContractHierarchy]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }