add reverse proxy from .netlify/functions/graphql to /graphql so that /graphql serves a graphql schema, for a relative /graphql path as is an ad-hoc and familiar standard
add 301 redirects so that ./netlify/functions/index and ./netlify/functions/swapi permanently redirect to /graphql
graphql-http
, lambda handlernetlify-cli
tooling to simplify npm run watch.netlify/functions/graphql
to/graphql
so that/graphql
serves a graphql schema, for a relative/graphql
path as is an ad-hoc and familiar standard./netlify/functions/index
and./netlify/functions/swapi
permanently redirect to/graphql
result:
/graphql
schema path