An open API service indexing awesome lists of open source software.

https://github.com/mokkapps/rebelgamer-wp-api-graphql-wrapper

A simple GraphQL backend to be able to fetch posts from a Wordpress API via GraphQL
https://github.com/mokkapps/rebelgamer-wp-api-graphql-wrapper

Last synced: 9 months ago
JSON representation

A simple GraphQL backend to be able to fetch posts from a Wordpress API via GraphQL

Awesome Lists containing this project

README

          

# README

Goal of this simple backend was to be able to fetch posts from an existing Wordpress REST API via a GraphQL endpoint. It is not planned as a production-ready backend but only as a tech demo.

I used [Apollo Server](https://www.apollographql.com/docs/apollo-server/) to provide the GraphQL server.