Skip to content

createOrganizationCptCodePayload

Autogenerated return type of createOrganizationCptCode.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of createOrganizationCptCode.
"""
type createOrganizationCptCodePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
organization_cpt_code: OrganizationCptCodeType
}