Skip to content

FaxDietitianInput

Attributes to change a fax dietitian

Fields

id · ID · The custom identifier of the fax dietitian
location · FaxLocationInput · The location of the fax dietitian
phone_number · String · The phone number of the fax dietitian
qualifications · String · The qualifications of the fax dietitian

Used By

Definition

"""
Attributes to change a fax dietitian
"""
input FaxDietitianInput {
"""
The custom identifier of the fax dietitian
"""
id: ID
"""
The location of the fax dietitian
"""
location: FaxLocationInput
"""
The phone number of the fax dietitian
"""
phone_number: String
"""
The qualifications of the fax dietitian
"""
qualifications: String
}