0.0.2 • Published 8 years ago

swapi-schema v0.0.2

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

GraphQL schema for swapi.io

Installation:

npm install swapi-schema

Usage

import { Schema } from 'swapi-schema';

// Whatever code you have that uses the schema.

The schema was directly copied from this repository, so all credits go to Sashko Stubailo.

The reason for the copy was that I wanted to only use the schema without importing express or any other server logic.