pluginCreate
Graphql fields and variables for the pluginCreate mutation
mutation pluginCreate ($attributes: PluginAttributes!) {
pluginCreate (attributes: $attributes) {
errors
plugin {
authType
componentName
description
enabled
enabledOnlyForUserId
entitySelectionEnabled
guid
helplink
hidden
id
logo
name
pluginDefinitionId
pluginVendorId
summary
userIsolation
uuid
webhookUrl
}
}
}Arguments
Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
