graphql / swapi-graphql

A GraphQL schema and server wrapping SWAPI.
http://graphql.org/swapi-graphql/
MIT License
1.04k stars 275 forks source link

specify CORS methods #224

Open acao opened 10 months ago

acao commented 10 months ago

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