OBJECT

deleteOrganizationCptCodePayload

Autogenerated return type of deleteOrganizationCptCode.

link GraphQL Schema definition

  • type deleteOrganizationCptCodePayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • organization_cpt_code: OrganizationCptCodeType
  • }