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