Skip to main content

policy

A single policy record entered as part of user's fact find

GraphQL Schema

extend type query {
"""A single policy record entered as part of user's fact find"""
policy(userId: ID!, policyId: UUID!): Policy
}

Arguments

NameTypeDescription
userIdID!Unique ID of the user
policyIdUUID!

Response Shape

This query returns Policy

NameTypeDescription
idUUID!Unique ID of the object
productTypePolicyType!
userIdID!Unique ID of the user
owners[Person]
nameString
providerProvider
isCompleteBoolean!
throughCurrentEmployerBoolean
coverTypeCoverTypeAffects: Life Cover
amountOfCoverMoneyAffects: All but health insurance
yearsRemainingIntAffects: All but health insurance
premiumMoneyAffects: All but health insurance
paymentFrequencyPaymentFrequencyAffects: All but health insurance
renewalDateDateAffects: Health insurance