GitHub

InContextAnnotation

import { InContextAnnotation } from '@daffodil/driver/shopify'

Provide details about the contexts influenced by the @inContext directive on a field.

type InContextAnnotation = {
    __typename?: 'InContextAnnotation';
    description: Scalars['String']['output'];
    type: InContextAnnotationType;
}