--- title: MetaobjectsCreateInput - GraphQL Admin description: The input fields for creating multiple metaobjects. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetaobjectsCreateInput md: >- https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetaobjectsCreateInput.md metadata: domain: admin --- # Metaobjects​Create​Input input\_object The input fields for creating multiple metaobjects. ## Fields * metaobjects [\[Metaobjects​Create​Metaobject​Input!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/MetaobjectsCreateMetaobjectInput) required An array of inputs used to create metaobjects. * type [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The type of metaobjects to create. Must match an existing metaobject definition type. *** ## Mutations using this input * [metaobjects​Create.input](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/metaobjectsCreate#arguments-input) ARGUMENT *** ## Map ### Mutations using this input * [metaobjects​Create.input](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/metaobjectsCreate#arguments-input)