graphql-wordpress-rest-api
v0.1.14
Published
A custom GraphQL wrapper for the native WordPress REST API
Downloads
9
Readme
GraphQL wrapper for WordPress REST API
Quick start guide
npm install
export userAgent=<your value here>
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:
export userAgent=<your value here>
Changelog
- 0.1.13 Including DataLoader to batch calls to Users Endpoint
- deployed to now.sh
- 0.1.0 Initial version draft from Launchpad
This project was created with Apollo Launchpad