Skip to content

createFullscriptPractitionerInput

Autogenerated input type of createFullscriptPractitioner

Fields

deprecated DO NOT USE
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 {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
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
}