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