manifest / integrations / wp-graphql-fluent-forms
WPGraphQL Fluent Forms
Adds Fluent Forms Functionality to WPGraphQL schema
by Full Stack Industries · github.com/fullstackindustries/wp-graphql-fluent-forms · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/fullstackindustries/wp-graphql-fluent-forms/archive/refs/heads/main.zipDeclares an update source (https://github.com/FullStackIndustries/wp-graphql-fluent-forms), so updates arrive through the plugin's own updater.
From the readme
WPGraphQL Fluent Forms
@todo Your description here
Join the WPGraphQL community on Slack.
Documentation
System Requirements
PHP 7.4+
WordPress 5.4.1+
WPGraphQL 1.8.0+
Quick Install
1. Install & activate WPGraphQL.
2. Download the zip of this repository and upload it to your WordPress install, and activate the plugin.
Supported Features
@todo list what the plugin does.
Usage
@todo explain how to use your plugin.
Testing
1. Update your .env file to your testing environment specifications.
2. Run composer install-test-env to create the test environment.
3. Run your test suite with Codeception.
E.g. vendor/bin/codecept run wpunit will run all WPUnit tests.
Credits