Schema Documentation

Plugin

Description

An plugin object

Fields
Field NameDescription
author - String Name of the plugin author(s), may also be a company name.
authorUri - String URI for the related author(s)/company website.
description - String Description of the plugin.
id - ID! The globally unique identifier of the plugin object.
isRestricted - Boolean Whether the object is restricted from the current viewer
name - String Display name of the plugin.
path - String Plugin path.
pluginUri - String URI for the plugin website. This is useful for directing users for support requests etc.
version - String Current version of the plugin.
Example
{"author":"abc123","authorUri":"abc123","description":"xyz789","id":"4","isRestricted":true,"name":"xyz789","path":"xyz789","pluginUri":"abc123","version":"abc123"}