@hasura/metadata-api
Version:
Hasura GraphQL Engine Metadata API types
8 lines (7 loc) • 400 B
TypeScript
import type { PostgresRUManual } from './PostgresRUManual';
import type { RUFKeyOn_ArrRelUsingFKeyOn___Postgres__Vanilla_ } from './RUFKeyOn_ArrRelUsingFKeyOn___Postgres__Vanilla_';
export type RelDef_RelUsing___Postgres__Vanilla___ArrRelUsingFKeyOn___Postgres__Vanilla__ = {
comment?: string;
name: string;
using: (RUFKeyOn_ArrRelUsingFKeyOn___Postgres__Vanilla_ | PostgresRUManual);
};