pluginVendor
Graphql fields and variables for the pluginVendor query
query pluginVendor ($id: ID, $code: String, $format: String) {
pluginVendor (id: $id, code: $code, format: $format) {
id
name
uuid
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
