@trackunit/graphql-build-tools 0.0.97 → 0.0.98-alpha-7317206cecd.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
|
-
## 0.0.97 (2026-09-08)
|
|
2
|
-
|
|
3
|
-
This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
|
|
4
|
-
|
|
5
1
|
## 0.0.96 (2026-09-08)
|
|
6
2
|
|
|
7
3
|
This was a version bump only for graphql-build-tools to align it with other projects, there were no code changes.
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { GraphQLSchema } from "graphql";
|
|
2
|
-
export declare const graphqlGatewayNames: readonly ["internal", "public", "report", "v3-mobile"];
|
|
2
|
+
export declare const graphqlGatewayNames: readonly ["internal", "public", "report", "v3-mobile", "epal"];
|
|
3
3
|
export type GraphqlGatewayName = (typeof graphqlGatewayNames)[number];
|
|
4
4
|
export type ApplySdlDirectiveTransformersOptions = {
|
|
5
5
|
/**
|
|
@@ -9,7 +9,7 @@ const global_id_transformer_1 = require("./global-id-transformer");
|
|
|
9
9
|
const hidden_directive_1 = require("./hidden-directive");
|
|
10
10
|
const preview_directive_1 = require("./preview-directive");
|
|
11
11
|
const reconcile_root_operation_types_1 = require("./reconcile-root-operation-types");
|
|
12
|
-
exports.graphqlGatewayNames = ["internal", "public", "report", "v3-mobile"];
|
|
12
|
+
exports.graphqlGatewayNames = ["internal", "public", "report", "v3-mobile", "epal"];
|
|
13
13
|
const applySdlDirectiveTransformers = (schema, gatewayName, { preserveStitchingEntrypoints = false } = {}) => {
|
|
14
14
|
const { complexityDirectiveTransformer } = (0, complexity_directive_1.complexityDirective)();
|
|
15
15
|
const { previewDirectiveTransformer } = (0, preview_directive_1.previewDirective)();
|