0.1.14 • Published 6 years ago

graphql-wordpress-rest-api v0.1.14

Weekly downloads
9
License
-
Repository
github
Last release
6 years ago

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
  • 0.1.0 Initial version draft from Launchpad

This project was created with Apollo Launchpad