OBJECT

createOrganizationCptCodePayload

Autogenerated return type of createOrganizationCptCode.

link GraphQL Schema definition

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