diff --git a/packages/apollo/src/commands/client/push.ts b/packages/apollo/src/commands/client/push.ts index f41bad0eb9..124998ce00 100644 --- a/packages/apollo/src/commands/client/push.ts +++ b/packages/apollo/src/commands/client/push.ts @@ -49,7 +49,7 @@ export default class ServicePush extends ClientCommand { this.debug("Variables sent to Engine:"); this.debug(restVariables); this.debug("Operations sent to Engine:"); - this.debug(operations); + this.debug(operationManifest); await project.engine.registerOperations(variables);