We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e388e commit 2d95f34Copy full SHA for 2d95f34
packages/cli/src/commands/schema/push.ts
@@ -33,12 +33,11 @@ export const CommandSchemaPush = async ({
33
accountName: resolve.namespace,
34
projectName: resolve.project,
35
});
36
- const t = await Editor.saveFilesToCloud(p.id, [
+ await Editor.saveFilesToCloud(p.id, [
37
{
38
content: schema,
39
name: 'schema-latest.graphql',
40
type: 'application/json',
41
},
42
]);
43
- console.log(t);
44
};
0 commit comments