All Projects → wp-graphql → graphql-gutenblock-example

wp-graphql / graphql-gutenblock-example

Licence: other
Example Gutenberg Block using WPGraphQL to populate the data

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to graphql-gutenblock-example

Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (+18117.65%)
Mutual labels:  wordpress-plugin, wpgraphql
ultimate-addons-for-gutenberg
Power-up the Gutenberg editor with advanced and powerful blocks that help you build websites in minutes!
Stars: ✭ 166 (+876.47%)
Mutual labels:  wordpress-plugin, gutenberg
Create Guten Block
📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
Stars: ✭ 3,040 (+17782.35%)
Mutual labels:  wordpress-plugin, gutenberg
gutenberg-i18n-block
Gutenberg block to demo internationalization functionality.
Stars: ✭ 35 (+105.88%)
Mutual labels:  wordpress-plugin, gutenberg
chatterbox
Create chat threads using WordPress Blocks inside app and device wrappers.
Stars: ✭ 18 (+5.88%)
Mutual labels:  wordpress-plugin, gutenberg
Gutenberg
The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
Stars: ✭ 7,409 (+43482.35%)
Mutual labels:  wordpress-plugin, gutenberg
disable-drop-cap
Plugin to disable drop cap in Gutenberg editor paragraph block.
Stars: ✭ 11 (-35.29%)
Mutual labels:  wordpress-plugin, gutenberg
icon-block
A simple little WordPress block that allows you add an SVG icon or graphic to your website.
Stars: ✭ 24 (+41.18%)
Mutual labels:  wordpress-plugin, gutenberg
wp-block-description-list
A wordpress gutenberg block plugin for description lists.
Stars: ✭ 17 (+0%)
Mutual labels:  wordpress-plugin, gutenberg
block-navigation
Sidebar with the current post blocks and some tools to facilitate the editing process in the Gutenberg editor.
Stars: ✭ 16 (-5.88%)
Mutual labels:  wordpress-plugin, gutenberg
qubely
Qubely Blocks – Full-fledged Gutenberg Toolkit
Stars: ✭ 76 (+347.06%)
Mutual labels:  wordpress-plugin, gutenberg
averroes
A Gutenberg compatible markdown editor. Write in Markdown, edit in Markdown and preview in HTML.
Stars: ✭ 15 (-11.76%)
Mutual labels:  wordpress-plugin, gutenberg
wp-graphql-gravity-forms
GraphQL API for interacting with Gravity Forms.
Stars: ✭ 119 (+600%)
Mutual labels:  wordpress-plugin, wpgraphql
gutenberg-metadata
Metadata from Project Gutenberg
Stars: ✭ 24 (+41.18%)
Mutual labels:  gutenberg
cdbt
Custom DataBase Tables plugin is for WordPress
Stars: ✭ 24 (+41.18%)
Mutual labels:  wordpress-plugin
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (+5.88%)
Mutual labels:  wordpress-plugin
doubleclick-for-wp
WordPress plugin for serving Google Ad Manager ads
Stars: ✭ 25 (+47.06%)
Mutual labels:  wordpress-plugin
hm-redirects
Fast and scalable redirects plugin for WordPress
Stars: ✭ 23 (+35.29%)
Mutual labels:  wordpress-plugin
cachify
Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
Stars: ✭ 93 (+447.06%)
Mutual labels:  wordpress-plugin
wp-ban
Ban users by IP, IP Range, host name, user agent and referrer url from visiting your WordPress's blog.
Stars: ✭ 19 (+11.76%)
Mutual labels:  wordpress-plugin

GraphQL Gutenblock Example

This is an example showing how to use GraphQL (via the WPGraphQL plugin) to populate data in a Gutenberg block.

Create Guten Block

This project was bootstrapped with Create Guten Block.

Below you will find some information on how to run scripts.

You can find the most recent version of this guide here.

👉 npm start

  • Use to compile and run the block in development mode.
  • Watches for any changes and reports back any errors in your code.

👉 npm run build

  • Use to build production code for your block inside dist folder.
  • Runs once and reports back the gzip file sizes of the produced code.

👉 npm run eject

  • Use to eject your plugin out of create-guten-block.
  • Provides all the configurations so you can customize the project as you want.
  • It's a one-way street, eject and you have to maintain everything yourself.
  • You don't normally have to eject a project because by ejecting you lose the connection with create-guten-block and from there onwards you have to update and maintain all the dependencies on your own.

Feel free to tweet and say 👋 at me @MrAhmadAwais

npm npm license Tweet for help GitHub stars GitHub followers

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].