https://github.com/tzkmx/apollo-wp-rest
GraphQL types and resolvers wrapping WordPress REST API for rapid prototyping
https://github.com/tzkmx/apollo-wp-rest
graphql rest-api wordpress-api
Last synced: 6 months ago
JSON representation
GraphQL types and resolvers wrapping WordPress REST API for rapid prototyping
- Host: GitHub
- URL: https://github.com/tzkmx/apollo-wp-rest
- Owner: tzkmx
- License: unlicense
- Created: 2017-10-29T06:46:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T23:37:17.000Z (about 6 years ago)
- Last Synced: 2025-09-27T11:49:27.506Z (9 months ago)
- Topics: graphql, rest-api, wordpress-api
- Language: JavaScript
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL wrapper for WordPress REST API
### Quick start guide
```bash
npm install
export userAgent=
npm start
```
### App secrets
This pad contains a secret userAgent used to identify the use of this API in your webserver logs
You can set them by exporting them as environment variables in your shell:
```sh
export userAgent=
```
### Changelog
- 0.1.13 Including DataLoader to batch calls to Users Endpoint
- deployed to [now.sh](https://graphql-wordpress-rest-api-aloofwnqkq.now.sh/graphql)
- 0.1.0 Initial version draft [from Launchpad](https://launchpad.graphql.com/41rwr94l9)
This project was created with [Apollo Launchpad](https://launchpad.graphql.com)