pluginVendor
Graphql fields and variables for the pluginVendor query
Scope required: standard:read
For a complete list of possible response fields see the PluginVendor type.
query pluginVendor ($id: ID, $code: String, $format: String) {
pluginVendor (id: $id, code: $code, format: $format) {
id
name
uuid
}
}
Arguments
Name
Type
Description
id
ID
code
String
format
String
Response
Last updated
Was this helpful?