INPUT_OBJECT

CreateProviderTypeInput

CreateProviderTypeInput is used for create ProviderType object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateProviderTypeInput {
  • # Name of the provider type
  • name: String!
  • code: String
  • # The type of credit this provider type is associated with, e.g., 'AMA PRA
  • # Category 1 Creditâ„¢'
  • creditType: String
  • # Should we prefer this type of user signup with NPI?
  • preferredArchetype: ProviderTypePreferredArchetype
  • # Additional codes for the provider type
  • additionalCodes: [String!]
  • # 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
  • certifyingBoardIDs: [ID!]
  • licenseRequirementIDs: [ID!]
  • licenseIDs: [ID!]
  • articleFeedIDs: [ID!]
  • }

link Require by