Schema

Scalars

Enums

Objects

Input Objects

GraphQL schema documentation

This documentation allows exploring the GraphQL schema for the API. It is autogenerated from the current schema for the environment. To begin, either pick a particular type or drill down into one of the root types below.

Schema Definition

schema {   # Queries exist for returning data about lenders, cases and case results.
query: RootQueryType   # Mutations exist to create cases (including drafts) for brokers, or to generate API tokens for a company.
mutation: RootMutationType   # Used for streaming case results as they arrive within MBT.
subscription: RootSubscriptionType }