Schema

Scalars

Enums

Objects

Input Objects

Disclosure (OBJECT)

Disclosure details for a lender, covering both residential and buy-to-let disclosure routes and contact information.

Schema Definition

type Disclosure {   # An alternate residential disclosure email address.
alternateEmail: String   # The buy-to-let disclosure email address.
btlEmail: String   # Whether buy-to-let disclosure is enabled for this lender.
btlEnabled: Boolean   # The buy-to-let disclosure route.
btlRoute: String   # The buy-to-let disclosure telephone number.
btlTelephone: String   # URL for the buy-to-let disclosure form.
btlWebpageForm: String   # URL for buy-to-let disclosure help.
btlWebpageHelp: String   # URL for buy-to-let disclosure support information.
btlWebpageSupport: String   # The residential disclosure email address.
email: String   # Whether residential disclosure is enabled for this lender.
enabled: Boolean   # The residential disclosure route.
route: String   # The residential disclosure telephone number.
telephone: String   # URL for the residential disclosure form.
webpageForm: String   # URL for residential disclosure help.
webpageHelp: String   # URL for residential disclosure support information.
webpageSupport: String }