---
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: 2026-04
source_url:
  html: >-
    https://shopify.dev/docs/api/storefront/latest/objects/InContextAnnotationType
  md: >-
    https://shopify.dev/docs/api/storefront/latest/objects/InContextAnnotationType.md
api_name: storefront
api_type: graphql
type: object
---

# 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)
