Schema

Scalars

Enums

Objects

Input Objects

CompanyDirectorIncome (INPUT OBJECT)

Schema Definition

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