swapi-graphql
swapi-graphql copied to clipboard
A GraphQL schema and server wrapping SWAPI.
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Hi, I can't find the way to search films by title (https://swapi.dev/api/films/?search=hope), is there any way to do it with query? Thanks in advance
### Description `npm install` will not work on MS Windows 10. The system ins not able to set Environment Variable `NODE_ENV ` Please make swapi-graphql work with Windows 10. ###...
- Adding workflow
## Description. I've translated everything inside src/ to typescript ## TODO - [x] Tests passing - [ ] Missing scripts replacements. - [ ] missing prettier - [ ] make...
It would be grand to add more examples to the schema of new features we have. That way, we can fully demonstrate the features of GraphiQL, etc to newcomers! high...
To be able to test the union on swapi-graphql I've added a new `MachineType` type. Machine is a union of `VehicleType` and `StarshipType`. It comes with the `machine` and `allMachines`...
Changing star wars original api location from https://graphql.org/swapi-graphql to https://studio.apollographql.com/public/star-wars-swapi/variant/current/explorer
currently the swapi-graphql itself works, but remote schema usage is still not working and returning 405. I think adding POST and OPTIONS methods to the netlify config will fix this