Make this plugin compatible with all sorts of URL rewrites.
graffiti currently expects a /graphql endpoint absolute to the current URL.
This patch fixes that, so that graffiti can be used with spooky URL rewrites.
This also theoretically enables to rename /graphql without breaking graphiql (I think)
Make this plugin compatible with all sorts of URL rewrites.
graffiti currently expects a
/graphql
endpoint absolute to the current URL. This patch fixes that, so that graffiti can be used with spooky URL rewrites. This also theoretically enables to rename/graphql
without breaking graphiql (I think)