Schema

Scalars

Enums

Objects

Input Objects

Expenditure (INPUT OBJECT)

Schema Definition

input Expenditure { amount: PositiveInteger!   # Type of expenditure
type: ExpenditureType! }