DEV Community

Leonardo Losoviz
Leonardo Losoviz

Posted on

💪 WordPress + GraphQL

I created a WordPress plugin to install a GraphQL server, and launched its new site:

https://graphql-api.com

It also has a REST-like behavior: it supports persisted queries, which are normal GraphQL queries, but published and accessed under their own URL, and these endpoints are even cacheable on the server-side.

Check it out! 😁

For a bit more info, I wrote on CSS-Tricks about the goals and philosophy of this plugin (that is, how it brings the WordPress philosophy to GraphQL).

Enjoy!

Top comments (0)