Skip to content

Commit a9cdbc3

Browse files
committed
fix: new graphiql interface
1 parent c0b5e2e commit a9cdbc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/compose/docker-compose-prod-graphql-v1beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: '2.4'
33
services:
44
graphiql:
5-
image: pokeapi/graphiql:2.0.0
5+
image: pokeapi/graphiql:v1beta-2.1.0
66
web:
77
volumes:
88
- ./Resources/nginx/nginx-gql-v1beta.conf:/etc/nginx/nginx.conf:ro

Resources/compose/docker-compose-prod-graphql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
HASURA_GRAPHQL_EVENTS_HTTP_POOL_SIZE: 10
3434

3535
graphiql:
36-
image: pokeapi/graphiql:2.0.1
36+
image: pokeapi/graphiql:v1beta2-2.1.0
3737
expose:
3838
- 80
3939
depends_on:

0 commit comments

Comments
 (0)