Skip to content

Commit 4faf46d

Browse files
committed
chore(cli): remove graphql support
1 parent 143edad commit 4faf46d

File tree

3 files changed

+5
-47
lines changed

3 files changed

+5
-47
lines changed

.changeset/quick-fans-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@cartesi/cli": minor
3+
---
4+
5+
remove graphql support

apps/cli/src/compose/docker-compose-graphql.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

apps/cli/src/exec/rollups.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -161,15 +161,6 @@ const availableServices: Service[] = [
161161
waitTitle: `${chalk.cyan("explorer")} service starting...`,
162162
errorTitle: `${chalk.red("explorer")} service failed`,
163163
},
164-
{
165-
name: "graphql",
166-
file: "docker-compose-graphql.yaml",
167-
healthySemaphore: "graphql",
168-
healthyTitle: (port) =>
169-
`${chalk.cyan("graphql")} service ready at ${chalk.cyan(`${host}:${port}/graphql`)}`,
170-
waitTitle: `${chalk.cyan("graphql")} service starting...`,
171-
errorTitle: `${chalk.red("graphql")} service failed`,
172-
},
173164
{
174165
name: "paymaster",
175166
file: "docker-compose-paymaster.yaml",

0 commit comments

Comments
 (0)