Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DalkMania/wp-graphql-mb

This plugin is an add-on for WP GraphQL. It builds on top of WP GraphQL and adds all registered Meta Box Custom Fields to the WPGraphQL EndPoint
https://github.com/DalkMania/wp-graphql-mb

Last synced: 2 months ago
JSON representation

This plugin is an add-on for WP GraphQL. It builds on top of WP GraphQL and adds all registered Meta Box Custom Fields to the WPGraphQL EndPoint

Awesome Lists containing this project

README

        

WP GraphQL Meta Box Custom Fields
===============

This plugin is an add-on for the awesome [WP GraphQL][wp-graphql] & [WordPress custom fields and custom meta boxes][metabox.io]

It builds on top of WP GraphQL and adds all registered metaboxes to the WP GraphQL Endpoint.

## Installing

1. Make sure that [WP GraphQL][wp-graphql] is installed and activated.
2. Make sure that [Metabox.io WordPress plugin][metabox.io] is installed and activated
3. Upload this repo (or git clone) to your plugins folder and activate it.

## Usage

Just activate the plugin and the data from your metaboxes will be avialble to you at the WP GraphQL Endpoint for you to query.

[wp-graphql]: https://github.com/wp-graphql/wp-graphql
[metabox.io]: https://metabox.io