InContextAnnotation
Provide details about the contexts influenced by the @inContext directive on a field.
import { InContextAnnotation } from '@daffodil/driver/shopify'
type InContextAnnotation = {
__typename?: 'InContextAnnotation';
description: Scalars['String']['output'];
type: InContextAnnotationType;
}
Type | Options |
---|---|
InContextAnnotation | {
__typename?: 'InContextAnnotation';
description: Scalars['String']['output'];
type: InContextAnnotationType;
} |