Skip to content

InsurancePlanInput

Payload for an insurance plan

Fields

id · String · The ID of the insurance plan
payer_name · String · The name of the payer

Used By

Definition

"""
Payload for an insurance plan
"""
input InsurancePlanInput {
"""
The ID of the insurance plan
"""
id: String
"""
The name of the payer
"""
payer_name: String
}