WPGraphQL v0.4.1
Today we released WPGraphQL v0.4.1. This is a non-breaking change release. You can view the release here: https://github.com/wp-graphql/wp-graphql/releases/tag/v0.4.1 Release Summary Update composer dependencies Update filter
Interact with ACF Field data using GraphQL Queries
WPGraphQL is a free, open-source WordPress plugin that provides an extendable GraphQL schema and API for any WordPress site.
With GraphQL, the client makes declarative queries, asking for the exact data needed, and in exactly what was asked for is given in response, nothing more. This allows the client have control over their application, and allows the GraphQL server to perform more efficiently by only fetching the resources requested.
GraphQL queries allow access to multiple root resources, and also smoothly follow references between connected resources. While typical a REST API would require round-trip requests to many endpoints, GraphQL APIs can get all the data your app needs in a single request. Apps using GraphQL can be quick even on slow mobile network connections.
Today we released WPGraphQL v0.4.1. This is a non-breaking change release. You can view the release here: https://github.com/wp-graphql/wp-graphql/releases/tag/v0.4.1 Release Summary Update composer dependencies Update filter
Last night I had the pleasure of remotely presenting for the Desert GraphQL Meetup in Phoenix, Arizona. TL;DR, Here’s the video Here’s the slides: https://slides.com/jasonbahl-1/desert-graphql-oct-2019#/
Prepping Release v0.4.0 This release is centered around making testing, specifically the testing of extensions, easier. The current WPGraphQL makes use of a lot of
Subscribe to our email newsletter to stay updated with the latest news about new WPGraphQL features, new courses, add-on plugins and more.
© 2018 All rights reserved