Wage type

Definition

Wage categories.

Description

Wage type refers to the type of wage on offer for a specific job, for instance rörlig ackords- eller provisionslön.

These concepts are mainly used in job advertisements.

GraphQL examples

The queries below can be tested through our GraphiQL interface.

Get all wage types

query wage_type {
  concepts(type: "wage-type") {
    id
    type
    preferred_label
  }
}