Skip to content

Instantly share code, notes, and snippets.

View andreyobrezkov's full-sized avatar

andreyobrezkov

  • Axinom
View GitHub Profile
import type { GrafastFieldConfig } from "postgraphile/grafast";
import type { PgSelectSingleStep, PgCodecWithAttributes } from "@dataplan/pg";
import "postgraphile";
declare global {
namespace GraphileBuild {
interface PgCodecTags {
// This enables TypeScript autocomplete for our @group smart tag
group?: string | string[];
}
interface Inflection {