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