import { ShopifyInContextAnnotation } from '@daffodil/driver/shopify'
Provide details about the contexts influenced by the @inContext directive on a field.
interface ShopifyInContextAnnotation {
__typename: "InContextAnnotation"
description: string
type: ShopifyInContextAnnotationType
}