mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 14:14:17 +00:00
Merge branch 'master' into fix-move-types
This commit is contained in:
commit
3ff5bf0f11
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ services:
|
|||
- graphiql:/transfer
|
||||
depends_on:
|
||||
- graphql-engine
|
||||
restart: always
|
||||
|
||||
volumes:
|
||||
graphiql:
|
||||
|
|
|
@ -14,3 +14,4 @@ id,identifier
|
|||
13,user-and-allies
|
||||
14,all-pokemon
|
||||
15,all-allies
|
||||
16,fainting-pokemon
|
||||
|
|
|
Loading…
Reference in a new issue