Consumer API · type

GetBasisMatchesResponse

Generated schema definition for GetBasisMatchesResponse.

Definition

graphql
type GetBasisMatchesResponse {
matchedCount: Int!
matches: [BasisMatchRow!]!
totalAwakenBasis: Float!
totalAwakenProceeds: Float!
totalParsedBasis: Float!
totalParsedProceeds: Float!
unmatchedAwakenCount: Int!
unmatchedParsedCount: Int!
unreviewedCount: Int!
}