OBJECT

updateOrganizationCptCodePayload

Autogenerated return type of updateOrganizationCptCode.

link GraphQL Schema definition

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