standardMetaobjectDefinitionEnable - admin-graphql - MUTATION
Version: 2024-10
Description:
Enables the specified standard metaobject definition from its template.
Access Scopes
`write_metaobject_definitions` access scope.
Arguments
-
type:
String! -
The type of the metaobject definition to enable.
Returns
-
metaobjectDefinition:
MetaobjectDefinition
The metaobject definition that was enabled using the standard template.
-
userErrors:
MetaobjectUserError!
The list of errors that occurred from executing the mutation.
Examples