Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

newtykip/pokeapi-graphql

Repository files navigation

pokeapi-graphql

A GraphQL implementation of PokeAPI!

This was an early project of mine, and will not be updated. It was an exercise that I used to learn GraphQL, and nothing more. There will be no support trying to run it, and it is likely already drastically out of sync with the API. If you need to access PokeAPI data using GraphQL, use their official API here.

Schema Docs

Progress

10/10 groups done! 48/48 endpoints done!

Example Query

query {
    berries {
        getBerry(query:"cheri") {
            growthTime
        }
    }
    contests {
        getEffect(id:1) {
            appeal
        }
    }
    encounters {
        getMethod(query:1) {
            name
        }
    }
}

this project uses the opinionated queer license v1.1 - tl;dr see here :]