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