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