Skip to content

ashley0143/graphql-pokemon-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchAngel

GraphQL-Pokemon-Node

A node wrapper for GraphQL-Pokemon !

Installation

via npm:

npm install graphql-pokemon-node

Usage

import get from "graphql-pokemon-node";

var options = ["num","sprite","species"]

get("dragonite",options")