--- title: InContextAnnotationType - Storefront API description: >- This gives information about the type of context that impacts a field. For example, for a query with @inContext(language: "EN"), the type would point to the name: LanguageCode and kind: ENUM. api_version: 2025-10 api_name: storefront type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/storefront/latest/objects/InContextAnnotationType md: >- https://shopify.dev/docs/api/storefront/latest/objects/InContextAnnotationType.md --- # In​Context​Annotation​Type object This gives information about the type of context that impacts a field. For example, for a query with @inContext(language: "EN"), the type would point to the name: LanguageCode and kind: ENUM. ## Fields * kind [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null * name [String!](https://shopify.dev/docs/api/storefront/latest/scalars/String) non-null *** ## Map ### Fields with this object * {}[InContextAnnotation.type](https://shopify.dev/docs/api/storefront/latest/objects/InContextAnnotation#field-InContextAnnotation.fields.type)