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
- Host: GitHub
- URL: https://github.com/mokkapps/rebelgamer-wp-api-graphql-wrapper
- Owner: Mokkapps
- Created: 2018-07-30T20:16:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T20:21:19.000Z (almost 8 years ago)
- Last Synced: 2024-04-15T03:35:15.386Z (over 2 years ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.