async-graphql
graphql-api-for-wp
async-graphql | graphql-api-for-wp | |
---|---|---|
19 | 13 | |
3,387 | 152 | |
0.6% | - | |
9.0 | 0.0 | |
9 days ago | over 1 year ago | |
Rust | PHP | |
Apache License 2.0 | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
async-graphql
-
Dynarust - no excuse for not using rust in AWS now - a DynamoDB ODM library that uses serde_json for mapping native rust structs to Dynamo items.
I have found that the combination of [cargo lambda](https://github.com/cargo-lambda/cargo-lambda), [async graphql](https://github.com/async-graphql/async-graphql) and DynamoDB is an amazing combination for a backend stack, really cheap as lambdas are pretty minimal and insanely fast with the Rust runtime.
-
New Rustacean Looking For Guidance
async-graphql
-
Real World Rust Backend For Web APIs (GraphQL / REST)
https://github.com/async-graphql/async-graphql maybe you need look this.
-
How much overhead does nodejs graphql have?...
If you need more performance, don't use Node.js. async-graphql (Rust) or graphql-crystal (Crystal) will run circles around any Node.js server.
- Async-graphql already fully supports dynamic schema
-
Anyone use Rust to build SaaS web apps professionally?
Who's using Async-graphql in production? Β· Issue #408 Β· async-graphql/async-graphql
- GraphQL is quickly moving to one of my least favorite technologies
-
Create a GraphQL-powered project management endpoint in Rust and MongoDB - Rocket version
Async-GraphQL Rocket integration
-
Create a GraphQL-powered project management endpoint in Rust and MongoDB - Actix web version
This post will discuss building a project management application with Rust using the Async-graphql library and MongoDB. At the end of this tutorial, we will learn how to create a GraphQL endpoint that supports reading and manipulating project management data and persisting our data using MongoDB. GitHub repository can be found here.
- Building a type-safe Fullstack Application with GraphQL codegen
graphql-api-for-wp
-
Top ways to write a custom GraphQL Server with production ready features
GraphQL API for WordPress
-
Mutation, of custom field in wordpress
There's another GraphQL plugin you can check, maybe it will work better: https://graphql-api.com/
-
π¨π»βπ» Demoing the GraphQL API for WordPress
Alongside, I did a demo of the GraphQL API for WordPress plugin. It's all me showing how to use the plugin in the wp-admin, for some 30 min.
-
πΆπ» Rejuvenating WordPress through GraphQL
For plugin GraphQL API for WordPress I have chosen the latter approach, attempting to create a GraphQL schema that, even though it is based on WordPress and works for WordPress, it is not tied to WordPress (for instance, by removing inconsistent names and relationships).
-
πΎ GraphQL API for WordPress is now scoped, thanks to PHP-Scoper!
I just finished coding this same website, graphql-api.com, and launched it 2 weeks ago (yay! π₯³ Btw, how do you like it? Be welcome to give me feedback, via DM or email)
-
π·π½ββοΈ Building the GraphQL API in the Open #1 (March '21)
This is a channel to share news concerning the development of the GraphQL API for WordPress with the community, sent the first week of each month.
-
Leaving Wordpress for a new career path
Yep, this is all good, and then there's also headless WordPress, as to have WP in the back-end to manage the data, but use React to build the client-side, having the 2 communicate via the WP REST API (in core), or [WPGraphQL] or the GraphQL API for WordPress (plugins that must be installed).
-
What is the best way to embed a React app into a WordPress site?
GraphQL + Persisted queries via the GraphQL API for WordPress plugin
-
Any fresh suggestions/workflows/recos for headless wordpress with React?
You can try out the GraphQL API for WordPress: https://graphql-api.com
-
Demoing the GraphQL API for WordPress
Yesterday I presented plugin GraphQL API for WordPress in WordCamp India, with a 30-min demo that covers:
What are some alternatives?
juniper - GraphQL server library for Rust
wordpress-seo - Yoast SEO for WordPress
rust-graphql-actix-juniper-diesel-example - Rust, Actix, Juniper and Diesel example project
web-stories-wp - Web Stories for WordPress
poem - A full-featured and easy-to-use web framework with the Rust programming language.
wp-graphql-woocommerce - Add WooCommerce support and functionality to your WPGraphQL server
graphql-laravel - Laravel wrapper for Facebook's GraphQL
faustjs - Faust.jsβ’ - The Headless WordPress Framework
subscriptions-transport-ws - :arrows_clockwise: A WebSocket client + server for GraphQL subscriptions
mozart - Developers tool for WordPress plugins: Wraps all your projects dependencies in your own namespace, in order to prevent conflicts with other plugins loading the same dependencies in different versions.
fast_image_resize - Rust library for fast image resizing with using of SIMD instructions.
wp-graphql-acf - WPGraphQL for Advanced Custom Fields