Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/DalkMania/wp-graphql-mb
- Owner: DalkMania
- Created: 2018-09-20T22:50:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-10T21:17:23.000Z (over 2 years ago)
- Last Synced: 2024-08-02T05:15:19.610Z (5 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-wordpress-gatsby - WPGraphQL MB (MetaBox) - This FREE plugin from @DalkMania adds all registered metaboxes using [metabox.io](https://metabox.io/) to the WPGraphQL Schema. (Plugins / WordPress)
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