This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 { |