--- title: taxonomy - GraphQL Admin description: >- The Taxonomy resource lets you access the categories, attributes and values of the loaded taxonomy tree. api_version: unstable api_name: admin source_url: html: 'https://shopify.dev/docs/api/admin-graphql/unstable/queries/taxonomy' md: 'https://shopify.dev/docs/api/admin-graphql/unstable/queries/taxonomy.md' --- # taxonomy query The Taxonomy resource lets you access the categories, attributes and values of the loaded taxonomy tree. ## Possible returns * Taxonomy [Taxonomy](https://shopify.dev/docs/api/admin-graphql/unstable/objects/Taxonomy) The Taxonomy resource lets you access the categories, attributes and values of a taxonomy tree. *** ## Examples * ### taxonomy reference ## Query Reference ```graphql { taxonomy { # taxonomy fields } } ```