--- 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: unstable api_name: storefront source_url: html: https://shopify.dev/docs/api/storefront/unstable/objects/incontextannotationtype md: https://shopify.dev/docs/api/storefront/unstable/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/unstable/scalars/String) non-null * name [String!](https://shopify.dev/docs/api/storefront/unstable/scalars/String) non-null *** ## Map ### Fields with this object * {}[InContextAnnotation.type](https://shopify.dev/docs/api/storefront/unstable/objects/InContextAnnotation#field-InContextAnnotation.fields.type)