A GraphQL API for World of Warcraft.
Warcraft-GQL is a graphql API for World of Warcraft and inspired by narutoql. You can use this API to get data that was not available in the official Blizzard API, such as Class and Race info as seen here. This project started as a way to tinker with some new libraries and framework, so feel free to contribute and add to the schema.
Query Endpoint - https://warcraft-gql.com/graphql
- clone repo
- A PostgreSQL DB
- create
.env
file and defineDATABASE_URL
npm install
npm run migrate:dev
to run shcema migrations with Prisma Migratenpm run seed
to seed DBnpm run dev
to start dev server and run the API ornpm run docs:dev
for documentation app.