Skip to content

createFullscriptPractitionerInput

Autogenerated input type of createFullscriptPractitioner

Fields

email · String · Email address of the practitioner to create
first_name · String · First name of the practitioner to create
last_name · String · Last name of the practitioner to create
practitioner_type_id · ID · The ID of the Fullscript practitioner type for the practitioner to create

Used By

Definition

"""
Autogenerated input type of createFullscriptPractitioner
"""
input createFullscriptPractitionerInput {
"""
Email address of the practitioner to create
"""
email: String
"""
First name of the practitioner to create
"""
first_name: String
"""
Last name of the practitioner to create
"""
last_name: String
"""
The ID of the Fullscript practitioner type for the practitioner to create
"""
practitioner_type_id: ID
}