Schema

Scalars

Enums

Objects

Input Objects

Case (OBJECT)

A Case (previously quote)

Schema Definition

type Case {   # The primary advisor of the case
adviser: Advisor   # The primary applicant of the case
applicant: ApplicantShort   # A magic link to the platform web page for this case, will log in as the broker who modified this case.
magicLink: String!   # A URL to retrieve the PDF for the case.
pdfLink: String   # The current status of the case.
status: CaseStatus!   # The unique identifier of the case.
uuid: String! }