OBJECT
InsurancePlan
An Insurance Plan
link GraphQL Schema definition
- type InsurancePlan {
- # Location of the first policy associated to the current user and insurance plan
- #
- # Arguments
- # ids: Array of plan ids
- String): Location ( :
- # The unique identifier of the plan
- ID! :
- # Insurance Plan marked as accepted
- #
- # Arguments
- # known_value: The known value of is_accepted (from the query
- # argument)
- Boolean): Boolean ( :
- # A combined string to use for labels
- String :
- # The Payer ID of the insurance plan
- String :
- # The name of the insurance plan
- String :
- # Owner of this insurance plan
- User @deprecated( reason: "Insurance Plans do not have an associated user" ) :
- }
link Require by
- AcceptedInsurancePlanAccepted Insurance Plan
- ClientSourceInfo about how a client was acquire
- createInsurancePlanPayloadAutogenerated return type of createInsurancePlan.
- deleteInsurancePlanPayloadAutogenerated return type of deleteInsurancePlan.
- PolicyA policy
- QueryThe query root of this schema. See available queries.
- updateInsurancePlanPayloadAutogenerated return type of updateInsurancePlan.