Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 2, 2020
1 parent e9a63c5 commit b86324d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/wrap/src/transforms/TransformCompositeFields.ts
Expand Up @@ -41,9 +41,6 @@ export default class TransformCompositeFields implements Transform {
}

public transformRequest(originalRequest: Request, transformationContext: Record<string, any>): Request {
if (transformationContext != null) {
console.log(transformationContext);
}
const fragments = Object.create(null);
originalRequest.document.definitions
.filter(def => def.kind === Kind.FRAGMENT_DEFINITION)
Expand Down

0 comments on commit b86324d

Please sign in to comment.