OBJECT
ContractDeductionConnection
The connection type for ContractDeduction.
link GraphQL Schema definition
- type ContractDeductionConnection {
- # A list of edges.
- ContractDeductionEdge] : [
- # A list of nodes.
- ContractDeduction] : [
- # Information to aid in pagination.
- PageInfo! :
- Int! :
- # Total # of pages, based on total count and pagesize
- Int! :
- }