deleteOrganizationCptCodePayload
Autogenerated return type of deleteOrganizationCptCode.
Fields
messages
· [FieldError] · The list of errors occurred during the mutation Used By
Definition
"""Autogenerated return type of deleteOrganizationCptCode."""type deleteOrganizationCptCodePayload { """ The list of errors occurred during the mutation """ messages: [FieldError] organization_cpt_code: OrganizationCptCodeType}