Schema

Scalars

Enums

Objects

Input Objects

CompanyDirectorIncomeDraft (INPUT OBJECT)

Schema Definition

input CompanyDirectorIncomeDraft { dividends: [PositiveInteger!] lengthOfService: Term   # Annual net profit
netProfitBeforeDividends: [PositiveInteger!]   # Annual operating profit
operatingProfit: [PositiveInteger!] percentageOfShareHolding: PositiveInteger   # Annual renumeration
renumeration: [PositiveInteger!] }