Skip to content

updateOrganizationCptCodePayload

Autogenerated return type of updateOrganizationCptCode.

Fields

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

Used By

Definition

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