INPUT_OBJECT

UpdateProviderTypeInput

UpdateProviderTypeInput is used for update ProviderType object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateProviderTypeInput {
  • # Name of the provider type
  • name: String
  • code: String
  • clearCode: Boolean
  • # The type of credit this provider type is associated with, e.g., 'AMA PRA
  • # Category 1 Creditâ„¢'
  • creditType: String
  • clearCreditType: Boolean
  • # Should we prefer this type of user signup with NPI?
  • preferredArchetype: ProviderTypePreferredArchetype
  • # Additional codes for the provider type
  • additionalCodes: [String!]
  • appendAdditionalCodes: [String!]
  • clearAdditionalCodes: Boolean
  • # Is this provider type featured?
  • featured: Boolean
  • # Is this provider type active? By default queries only return active provider
  • # types.
  • active: Boolean
  • # Sort order for the provider type
  • sortOrder: Int
  • addCertifyingBoardIDs: [ID!]
  • removeCertifyingBoardIDs: [ID!]
  • clearCertifyingBoards: Boolean
  • addLicenseRequirementIDs: [ID!]
  • removeLicenseRequirementIDs: [ID!]
  • clearLicenseRequirements: Boolean
  • addLicenseIDs: [ID!]
  • removeLicenseIDs: [ID!]
  • clearLicenses: Boolean
  • addArticleFeedIDs: [ID!]
  • removeArticleFeedIDs: [ID!]
  • clearArticleFeeds: Boolean
  • }

link Require by