├── LICENSE └── README.md /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2021 Reza Babaei 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-wpgraphql [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | > Awesome list of WPGraphQL 4 | 5 | WPGraphQL is a free, open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site. 6 | 7 | ## Table of Contents 8 | 9 | 10 | 11 | - [Specification](#spec) 12 | - [Tutorials](#tutorials) 13 | - [Local Development](#local) 14 | - [Plugins](#plugins) 15 | - [Frontend](#frontend) 16 | - [Services](#services) 17 | - [Examples](#example) 18 | - [Youtube](#youtube) 19 | - [Videos](#videos) 20 | - [Blogs](#blogs) 21 | - [Posts](#posts) 22 | - [Slides](#slides) 23 | - [Contributors](#contributors) 24 | 25 | 26 | 27 | 28 | 29 | ## Specification 30 | 31 | * [WPGraphQL.com](https://www.wpgraphql.com/) 32 | * [Github Repo](https://github.com/wp-graphql/wp-graphql) 33 | * [Twitter](https://twitter.com/wpgraphql) 34 | * [Slack](https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA) 35 | * [How To Contribute](https://www.wpgraphql.com/docs/contributing/) 36 | 37 | 38 | 39 | ## Tutorials 40 | 41 | * [Quick Start](https://www.wpgraphql.com/docs/quick-start/) - Get started using WPGraphQL in 5-minutes 42 | 43 | 44 | 45 | ## Local Development 46 | 47 | * [LocalWP](https://localwp.com/) - A fuss-free way to develop WordPress locally 48 | * [WP-CLI](https://wp-cli.org/) - command-line interface for WordPress 49 | * [Lando](https://docs.lando.dev/config/wordpress.html#getting-started) - configurable recipe for developing WordPress apps 50 | * [MAMP](https://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP) - Installing WordPress Locally on Your Mac With MAMP 51 | * [XAMPP](https://themeisle.com/blog/install-xampp-and-wordpress-locally/) - How to Install XAMPP and WordPress Locally on Windows PC 52 | * [Valet](https://wpbeaches.com/setting-up-valet-on-macos-for-local-wordpress-development/) - Set Up Valet on macOS for Local WordPress Development 53 | * [Valet](https://laravel.com/docs/8.x/valet) - development environment for macOS minimalists 54 | 55 | 56 | 57 | ## Plugins 58 | 59 | * [WPGraphQL](https://wordpress.org/plugins/wp-graphql/) - [Github](https://github.com/wp-graphql/wp-graphql) - [Website](https://www.wpgraphql.com/) 60 | * [WooGraphQL](https://github.com/wp-graphql/wp-graphql-woocommerce) - [Website](https://woographql.com/) 61 | * [WPGraphQL JWT Authentication](https://github.com/wp-graphql/wp-graphql-jwt-authentication) 62 | * [WPGraphQL CORS](https://github.com/funkhaus/wp-graphql-cors) 63 | * [WPGraphQL BuddyPress](https://github.com/wp-graphql/wp-graphql-buddypress) 64 | * [WPGraphQL Dad Jokes](https://github.com/wp-graphql/wp-graphql-dad-jokes) 65 | * [WPGraphQL Meta Query](https://github.com/wp-graphql/wp-graphql-meta-query) 66 | * [WPGraphQL Tax Query](https://github.com/wp-graphql/wp-graphql-tax-query) 67 | * [WPGraphQL for Advanced Custom Fields](https://github.com/wp-graphql/wp-graphql-acf) 68 | * [Custom Post Type UI](https://wordpress.org/plugins/custom-post-type-ui/) - [Github](https://github.com/WebDevStudios/custom-post-type-ui) 69 | * [WPGraphQL Yoast SEO Addon](https://wordpress.org/plugins/add-wpgraphql-seo) 70 | 71 | 72 | 73 | ## Frontend 74 | 75 | 76 | * [Gatsby](https://www.gatsbyjs.com/docs/glossary/wpgraphql/) - Learn what WPGraphQL is and how to use it with Gatsby and WordPress. 77 | * [Headless WordPress Framework](https://github.com/wpengine/headless-framework) - WP Engine's Headless WordPress Framework 78 | * [Next.js Commerce (WIP)](https://github.com/vercel/commerce/issues/172) - All-in-one starter kit for high-performance ecommerce sites 79 | 80 | 81 | 82 | 83 | 84 | ## Services / Platforms 85 | 86 | * [WP Engine](https://wpengine.com/) - Go beyond managed WordPress hosting 87 | * [Ymir](https://ymirapp.com/) - WordPress serverless DevOps platform for AWS 88 | * [GridPane](https://gridpane.com/) - WordPress hosting tools 89 | * [SpinupWP](https://spinupwp.com/) - Extremely Fast WordPress Server, Spun Up in Minutes 90 | 91 | 92 | 93 | ## Examples 94 | 95 | 96 | 97 | 98 | 99 | ## Youtube 100 | * [WPGraphQL](https://www.youtube.com/channel/UCwav5UKLaEufn0mtvaFAkYw) 101 | 102 | 103 | 104 | ## Videos 105 | 106 | 107 | 108 | ## Blogs 109 | 110 | 111 | 112 | ## Posts 113 | 114 | 115 | 116 | 117 | ## Slides 118 | 119 | * [A look at the modern WordPress server stack](https://speakerdeck.com/carlalexander/a-look-at-the-modern-wordpress-server-stack) 120 | 121 | 122 | 123 | ## Contributors 124 | 125 | * Jason Bahl - [Twitter](https://twitter.com/jasonbahl) / [Github](https://github.com/jasonbahl) / [Wordpress.org](https://profiles.wordpress.org/jasonbahl/) / [Personal Website](https://jasonbahl.com/) 126 | * Tyler - [Wordpress.org](https://profiles.wordpress.org/tylerbarnes1/) 127 | * Ryan Kanner - [Wordpress.org](https://profiles.wordpress.org/ryankanner/) 128 | * Edwin Cromley - [Wordpress.org](https://profiles.wordpress.org/chopinbach/) 129 | * kidunot89 - [Wordpress.org](https://profiles.wordpress.org/kidunot89/) 130 | --------------------------------------------------------------------------------