@theguild/federation-composition 0.14.3 → 0.14.4-alpha-20250203123437-05f920f

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.
@@ -100,6 +100,7 @@ function transformSupergraphToPublicSchema(documentNode) {
100
100
  return null;
101
101
  }
102
102
  },
103
+ [graphql_1.Kind.ENUM_VALUE_DEFINITION]: removeInaccessibleNode,
103
104
  [graphql_1.Kind.OBJECT_TYPE_DEFINITION]: removeInaccessibleNode,
104
105
  [graphql_1.Kind.FIELD_DEFINITION]: removeInaccessibleNode,
105
106
  [graphql_1.Kind.INTERFACE_TYPE_DEFINITION]: removeInaccessibleNode,
@@ -97,6 +97,7 @@ export function transformSupergraphToPublicSchema(documentNode) {
97
97
  return null;
98
98
  }
99
99
  },
100
+ [Kind.ENUM_VALUE_DEFINITION]: removeInaccessibleNode,
100
101
  [Kind.OBJECT_TYPE_DEFINITION]: removeInaccessibleNode,
101
102
  [Kind.FIELD_DEFINITION]: removeInaccessibleNode,
102
103
  [Kind.INTERFACE_TYPE_DEFINITION]: removeInaccessibleNode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theguild/federation-composition",
3
- "version": "0.14.3",
3
+ "version": "0.14.4-alpha-20250203123437-05f920f",
4
4
  "description": "Open Source Composition library for Apollo Federation",
5
5
  "peerDependencies": {
6
6
  "graphql": "^16.0.0"