import type { GraphQLTypeExtension } from './graphql'; export interface GraphQLAnnotation { schemaPath: string; typeNameToExtensions: Record; }