Skip to content

Commit

Permalink
Log request, bump beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
gvc committed Oct 26, 2022
1 parent dd13998 commit 62ca4e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema",
"vendor": "vtex",
"name": "graphql-gateway",
"version": "1.1.0-beta.1",
"version": "1.1.0-beta.2",
"title": "GraphQL Gateway for VTEX APIs",
"description": "A Graph containing all VTEX's commerce APIs",
"builders": {
Expand Down
2 changes: 2 additions & 0 deletions node/middlewares/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ export default async function run(ctx: Context, next: () => Promise<void>) {
request,
} = ctx

console.log(request)

const { graphqlResponse, responseInit } = await runHttpQuery([], {
method,
options: {
Expand Down

0 comments on commit 62ca4e5

Please sign in to comment.