swapi-schema
v0.0.2
Published
GraphQL schema for swapi.io
Downloads
4
Maintainers
Readme
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.