Skip to content

Profession

Profession

Fields

id · ID! · required · Unique identifier of the profession
profession · String! · required · The name of the profession
profession_category · String! · required · The category of the profession

Used By

Definition

"""
Profession
"""
type Profession {
"""
Unique identifier of the profession
"""
id: ID!
"""
The name of the profession
"""
profession: String!
"""
The category of the profession
"""
profession_category: String!
}