swapi-schema
v0.0.2
Published
GraphQL schema for swapi.io
Maintainers
Readme
GraphQL schema for swapi.io
Installation:
npm install swapi-schemaUsage
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.
