pluginParameter

Graphql fields and variables for the pluginParameter query

Scope required: standard:read

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) {
    id
    name
    pluginDefinitionId
    shortName
    uuid
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?