Skip to content

Commit

Permalink
rollback rebase patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry DEGREMONT committed Sep 16, 2024
1 parent d22e760 commit eb8dcb4
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
diff --git a/node_modules/@omnigraph/json-schema/cjs/addExecutionLogicToComposer.js b/node_modules/@omnigraph/json-schema/cjs/addExecutionLogicToComposer.js
index 9bbb265..491eb4c 100644
--- a/node_modules/@omnigraph/json-schema/cjs/addExecutionLogicToComposer.js
+++ b/node_modules/@omnigraph/json-schema/cjs/addExecutionLogicToComposer.js
@@ -49,6 +49,7 @@ async function addExecutionDirectivesToComposer(name, { schemaComposer, logger,
>**Method**: \`${operationConfig.method}\`
>**Base URL**: \`${endpoint}\`
>**Path**: \`${operationConfig.path}\`
+>**Version**: \`${name.split('@')[1]}\`
${operationConfig.description || ''}
`;
}
diff --git a/node_modules/@omnigraph/json-schema/cjs/addRootFieldResolver.js b/node_modules/@omnigraph/json-schema/cjs/addRootFieldResolver.js
old mode 100644
new mode 100755
Expand Down Expand Up @@ -25,4 +37,4 @@ index 8006747..f2af17c
+
const headers = {};
for (const headerName in globalOperationHeaders) {
const nonInterpolatedValue = globalOperationHeaders[headerName];
const nonInterpolatedValue = globalOperationHeaders[headerName];

0 comments on commit eb8dcb4

Please sign in to comment.