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
- : String!
- : String
- # The type of credit this provider type is associated with, e.g., 'AMA PRA
- # Category 1 Creditâ„¢'
- : String
- # Should we prefer this type of user signup with NPI?
- : ProviderTypePreferredArchetype
- # Additional codes for the provider type
- : [String!]
- # Is this provider type featured?
- : Boolean
- # Is this provider type active? By default queries only return active provider
- # types.
- : Boolean
- # Sort order for the provider type
- : Int
- : [ID!]
- : [ID!]
- : [ID!]
- : [ID!]
- }