type Subaccount implements Label @key(fields: "vendorId subaccountId") {
    participantSearchV2(
        term: String!
        first: Int = 10
        offset: Int = 0
        includeSubaccounts: Boolean = false
    ): LabelParticipantSearchResult!
    subaccountId: Int! @external
    vendorId: Int! @external
}
