You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: remove duplicative re-exports and options from graphql packages
- Delete graphql/server/src/options.ts (type re-exports, duplicate defaults, unused type guards, legacy detection)
- Remove export * from '@pgpmjs/types' in graphql/types/src/index.ts
- Remove all re-exports from graphql/env/src/index.ts (was re-exporting @pgpmjs/env and @constructive-io/graphql-types)
- Remove duplicate ApiOptions type from graphql/server/src/types.ts
- Replace normalizeServerOptions with direct getEnvOptions call in server.ts
- Update middleware imports: getNodeEnv from @pgpmjs/env, ApiOptions -> ConstructiveOptions
- Add @pgpmjs/env as direct dependency of graphql/server
0 commit comments