We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3867caf commit dbc3fd9Copy full SHA for dbc3fd9
1 file changed
packages/apollo/src/commands/client/push.ts
@@ -49,7 +49,7 @@ export default class ServicePush extends ClientCommand {
49
this.debug("Variables sent to Engine:");
50
this.debug(restVariables);
51
this.debug("Operations sent to Engine:");
52
- this.debug(operations);
+ this.debug(operationManifest);
53
54
await project.engine.registerOperations(variables);
55
0 commit comments