OBJECT

deleteProviderCptCodePayload

Autogenerated return type of deleteProviderCptCode.

link GraphQL Schema definition

  • type deleteProviderCptCodePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • provider_cpt_code: ProviderCptCodeType
  • }