type Subaccount implements Label @key(fields: "vendorId subaccountId") {
    contentReviewNote: String
    subaccountId: Int!
    vendorId: Int!
}
