plugin
Graphql fields and variables for the plugin query
Scope required: standard:read plugins:read
For a complete list of possible response fields see the Plugin type.
query plugin ($id: ID, $code: String, $format: String) {
plugin (id: $id, code: $code, format: $format) {
authType
componentName
description
enabled
enabledOnlyForUserId
entitySelectionEnabled
guid
helplink
hidden
id
logo
name
pluginDefinitionId
pluginVendorId
summary
userIsolation
uuid
webhookUrl
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?