A WordPress plugin that provides a GraphQL API for interacting with Gravity Forms.
Using WordPress as a headless CMS with a separate JavaScript-powered frontend single-page app is an increasingly popular tech stack. Traditionally, REST APIs have been used for the purpose of sending data back & forth between the frontend and backend in setups like this but the REST architecture has its limitations.
Using GraphQL means that if your frontend app needs to fetch data for a number of different resources, all of that data can be fetched from the server with a single request. Your frontend app can even define which fields it requires for each of the resources, giving it full control over which pieces of data are fetched and included in the response.
Fortunately, a GraphQL implementation exists for WordPress - WPGraphQL.
WPGraphQL for Gravity Forms extends the WPGraphQL plugin, allowing frontend apps to interact with the Gravity Forms data stored in a headless WordPress backend. This plugin couples the great forms functionality of Gravity Forms with the powerful WordPress-specific GraphQL implementation that WPGraphQL provides.
Our hope for this open source project is that it will enable more teams to leverage GraphQL for building fast, interactive frontend apps that source their data from WordPress and Gravity Forms.
- PHP 7.4+ || 8.0
- WordPress 5.4.1+
- WPGraphQL 1.6.4+
- Gravity Forms 2.5+
- ( Recommended ) WPGraphQL Upload - used for File Upload and Post Image submissions.
- Install & activate WPGraphQL.
- Install & activate Gravity Forms and any supported addons.
- Download the zip of this repository and upload it to your WordPress install, and activate the plugin.
- Querying forms and entries.
- Submitting forms.
- Updating entries and draft entries.
- Deleting entries and draft entries.
- Triggering builds with WPGatsby and Jamstack Deployments
- Add support for Experimental form fields Github Issue
- Ability to query for lists of draft entries.
- Ability to get the total count for a list of entries.
- Ability to create, update, and delete an individual Gravity Form.