Schema

Scalars

Enums

Objects

Input Objects

Case (OBJECT)

A Case (previously quote)

Schema Definition

type Case {   # A magic link to the MBT web ui for this case, will log in as the broker who modified this case
magicLink: String! pdfLink: String   # The current status of the case
status: CaseStatus!   # MBT uuid string for the case
uuid: String! }