Skip to content

deleteProviderAcceptedInsurancePlanInput

Autogenerated input type of deleteProviderAcceptedInsurancePlan

Fields

id · ID! · required · ID of the provider accepted insurance plan to delete

Used By

Definition

"""
Autogenerated input type of deleteProviderAcceptedInsurancePlan
"""
input deleteProviderAcceptedInsurancePlanInput {
"""
ID of the provider accepted insurance plan to delete
"""
id: ID!
}