Schema

Scalars

Enums

Objects

Input Objects

Term (INPUT OBJECT)

A timeframe of years and months

Schema Definition

input Term { months: PositiveInteger! years: PositiveInteger! }