metaobjectsCreate - admin-graphql - MUTATION
Version: unstable
Description:
Creates up to 25 metaobjects of the same type.
Access Scopes
`write_metaobjects` access scope.
Arguments
-
input:
MetaobjectsCreateInput! -
The parameters for the metaobjects to create.
Returns
-
metaobjects:
Metaobject
The created metaobjects.
-
userErrors:
MetaobjectUserError!
The list of errors that occurred from executing the mutation.
Examples