pluginParameter
Graphql fields and variables for the pluginParameter query
Last updated
Was this helpful?
Graphql fields and variables for the pluginParameter query
Scope required:
For a complete list of possible response fields see the PluginParameter type.
query pluginParameter ($id: ID, $code: String, $format: String) {
pluginParameter (id: $id, code: $code, format: $format) {
defaultValue
id
name
pluginDefinitionId
required
shortName
tooltip
uuid
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
