Skip to main content
Module

x/edgedb/mod.ts>$.introspect.ObjectType

EdgeDB driver for Deno
Go to Latest
type alias $.introspect.ObjectType
import { type $ } from "https://deno.land/x/edgedb@v1.0.2/mod.ts";
const { ObjectType } = $.introspect;
definition: TypeProperties<"object"> & { is_abstract: boolean; bases: ReadonlyArray<{ id: UUID; }>; union_of: ReadonlyArray<{ id: UUID; }>; intersection_of: ReadonlyArray<{ id: UUID; }>; pointers: ReadonlyArray<Pointer>; backlinks: ReadonlyArray<Backlink>; backlink_stubs: ReadonlyArray<Backlink>; exclusives: { [k: string]: Pointer; }[]; }