Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions graphile/graphile-settings/src/plugins/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,3 @@ export type {
TrgmAdapterOptions,
PgvectorAdapterOptions,
} from 'graphile-search';

// Node type registry — @oneOf typed input types for blueprint definitions
// Gather-phase plugin queries node_type_registry through existing pgService
export {
NodeTypeRegistryPlugin,
NodeTypeRegistryPreset,
// Legacy exports for backward compatibility
createBlueprintTypesPlugin,
BlueprintTypesPreset,
} from './blueprint-types';
export type { NodeTypeRegistryEntry } from './blueprint-types';
2 changes: 0 additions & 2 deletions graphile/graphile-settings/src/presets/constructive-preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
MetaSchemaPreset,
PgTypeMappingsPreset,
RequiredInputPreset,
NodeTypeRegistryPreset,
} from '../plugins';
import { UnifiedSearchPreset, createMatchesOperatorFactory, createTrgmOperatorFactories } from 'graphile-search';
import { GraphilePostgisPreset, createPostgisOperatorFactory } from 'graphile-postgis';
Expand Down Expand Up @@ -91,7 +90,6 @@ export const ConstructivePreset: GraphileConfig.Preset = {
SqlExpressionValidatorPreset(),
PgTypeMappingsPreset,
RequiredInputPreset,
NodeTypeRegistryPreset,
],
/**
* Disable PostGraphile core's condition argument entirely.
Expand Down
Loading