Schema

Scalars

Enums

Objects

Input Objects

OnsOccupation (OBJECT)

Represents ONS-compliant occupations.

Schema Definition

type OnsOccupation {   # Underlying code of the occupation.
code: Int!   # Name of the underlying group of the occupation.
group: String!   # The unique identifier of the occupation.
id: Int!   # ONS-compliant descriptor of the occupation, e.g. 'Financial controller (qualified)'.
name: String!   # ONS-compliant subtitle of the occupation, e.g. 'qualified'.
subtitle: String   # ONS-compliant title of the occupation, e.g. 'Financial controller'.
title: String! }