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