1.1.5 • Published 4 years ago

gatsby-source-pokemons v1.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Source plugin for pulling pokemon data into Gatsby.

How to install

Within the root of your Gatsby Project:

  1. npm install gatsby-source-pokemons

  2. add gatsby-source-pokemons to your plugin array in gatsby-config.js

  3. Navigate to localhost:8000/__graphql to view allPokemons query type.

Examples of usage

see example repo

  allPokemons {
    nodes {
      name
      id
      total
      hp
      sp_def
      sp_atk
      defense
      attack
      type
      speed
      national_number
      natl_num(as int)
      sprites {
        normal
        large (not available on pokemon after national_number 721)
      }
    }
  }
}
1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago