Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damassi committed Sep 28, 2021
1 parent 4a6fbee commit 9d21a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stitching2/kaws/v2/stitching.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const kawsStitchingEnvironmentV2 = (
marketingCollections: {
selectionSet: `{ internalID }`,
resolve: ({ internalID: artistID }, args, context, info) => {
console.log("************************* resolving here!")
debugger
return delegateToSchema({
schema: kawsSchema,
operation: "query",
Expand Down

0 comments on commit 9d21a46

Please sign in to comment.