function getListingWithAttendeeRaw
getListingWithAttendeeRaw(
listingId: number,
attendeeId: number,
): Promise<ListingWithAttendeeRaw | null>

Read one listing and one attendee in one round-trip.

Parameters

listingId: number
attendeeId: number

Return Type

Promise<ListingWithAttendeeRaw | null>

Usage

import { getListingWithAttendeeRaw } from "docs/database.ts";