# standardMetaobjectDefinitionEnable - admin - MUTATION Version: unstable ## Description Enables the specified standard metaobject definition from its template. ### Access Scopes `write_metaobject_definitions` access scope. ## Arguments * [type](/docs/api/admin/unstable/scalars/String): String! - The type of the metaobject definition to enable. ## Returns * [metaobjectDefinition](/docs/api/admin/unstable/objects/MetaobjectDefinition): MetaobjectDefinition The metaobject definition that was enabled using the standard template. * [userErrors](/docs/api/admin/unstable/objects/MetaobjectUserError): MetaobjectUserError! The list of errors that occurred from executing the mutation. ## Examples