manifest / integrations / wp-graphql-upload
WPGraphQL Upload
Adds file upload support to the WP GraphQL Plugin.
★ 38stars
72kcomposer installs
4forks
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/dre1080/wp-graphql-upload/archive/refs/heads/main.zipAlso on Packagist as dre1080/wp-graphql-upload:
composer require dre1080/wp-graphql-uploadFrom the readme
WPGraphQL Upload
This plugin adds Upload support to the WPGraphQL plugin as specified by graphql-multipart-request-spec.
Requirements
- PHP = 7.1
- WordPress = 5.0
- WPGraphQL) = 1.0.0
Activating / Using
You can install and activate the plugin like any WordPress plugin. Download the .zip from Github and add to your plugins directory, then activate.
Once the plugin is active, the Upload scalar type will be available to your mutation input fields.
If you're using composer:
Usage
Then you can start using in your mutations like so:
Testing
Requirements:
- svn
- wp-cli
To run the tests, run the following commands:
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| v0.1.5 | Jul 17, 2023 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.