/

Plugins

Learn about how to interact with Plugins using WPGraphQL


Plugins are a core tenant in every WordPress site. WPGraphQL currently provides a plugins query to get a list of all site plugins and a plugin query to query a specific plugin by it's ID.

Privacy and AccessPlugins are considered private and require WPGraphQL requests to be authenticated and for the requestor to have proper capabilities to see the plugins associated with the site. The examples below are example queries, but the results will not show anything as they are public requests.

Queries

GraphiQL Loading...GraphiQL Loading...

Plugin queries and mutations are still a work in progress, check out github for more information on where these features stand:

Github Issues

Mutations

Github Issues:

Edit on GitHub

Plugins

  • Queries
  • Mutations

Edit on GitHub

Discuss on Spectrum