Schema

Scalars

Enums

Objects

Input Objects

OnsOccupationReference (INPUT OBJECT)

Represents a reference to a unique ONS-compliant occupation entity.

Schema Definition

input OnsOccupationReference {   # Code of the underlying group of the occupation.
code: Int   # Unique identifier of the occupation.
id: Int   # Descriptor of the occupation.
name: String }