Graphql fields and variables for the pluginDefinition query
Last updated 7 months ago
Was this helpful?
Scope required: standard:read
For a complete list of possible response fields see the type.
query pluginDefinition ($id: ID, $code: String, $format: String) { pluginDefinition (id: $id, code: $code, format: $format) { authType canDisable description helplink hidden id logo metadata name platformName pluginVendorId shortName summary userIsolation uuid webhookEnabled } }
id
ID
code
String
format