--- title: StandardMetafieldDefinitionTemplateConnection - GraphQL Admin description: An auto-generated type for paginating through multiple StandardMetafieldDefinitionTemplates. api_version: 2025-01 api_name: admin type: connection api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/2025-01/connections/standardmetafielddefinitiontemplateconnection md: https://shopify.dev/docs/api/admin-graphql/2025-01/connections/standardmetafielddefinitiontemplateconnection.md --- # Standard​Metafield​Definition​Template​Connection connection An auto-generated type for paginating through multiple StandardMetafieldDefinitionTemplates. ## Queries with this connection * [standard​Metafield​Definition​Templates](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/standardMetafieldDefinitionTemplates) query Retrieves preset metafield definition templates for common use cases. Each template provides a reserved namespace and key combination for specific purposes like product subtitles, care guides, or ISBN numbers. Use these templates to create standardized metafields across your store. Filter templates by constraint status or exclude those you've already activated. See the [list of standard metafield definitions](https://shopify.dev/docs/apps/build/custom-data/metafields/list-of-standard-definitions) for available templates. *** ## Possible returns * edges [\[Standard​Metafield​Definition​Template​Edge!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/StandardMetafieldDefinitionTemplateEdge) non-null The connection between the node and its parent. Each edge contains a minimum of the edge's cursor and the node. * nodes [\[Standard​Metafield​Definition​Template!\]!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/StandardMetafieldDefinitionTemplate) non-null A list of nodes that are contained in StandardMetafieldDefinitionTemplateEdge. You can fetch data about an individual node, or you can follow the edges to fetch data about a collection of related nodes. At each node, you specify the fields that you want to retrieve. * page​Info [Page​Info!](https://shopify.dev/docs/api/admin-graphql/2025-01/objects/PageInfo) non-null An object that’s used to retrieve [cursor information](https://shopify.dev/api/usage/pagination-graphql) about the current page. *** ## Map ### Queries with this connection * \[standard​Metafield​Definition​Templates](https://shopify.dev/docs/api/admin-graphql/2025-01/queries/standardMetafieldDefinitionTemplates) ### Possible returns * <->[Standard​Metafield​Definition​Template​Connection.edges](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/StandardMetafieldDefinitionTemplateConnection#returns-edges) * <->[Standard​Metafield​Definition​Template​Connection.nodes](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/StandardMetafieldDefinitionTemplateConnection#returns-nodes) * <->[Standard​Metafield​Definition​Template​Connection.pageInfo](https://shopify.dev/docs/api/admin-graphql/2025-01/connections/StandardMetafieldDefinitionTemplateConnection#returns-pageInfo)