UNPKG

306 BTypeScriptView Raw
1/**
2 * @deprecated and will be removed in v16
3 * Please use either:
4 * import { PossibleTypeExtensionsRule } from 'graphql'
5 * or
6 * import { PossibleTypeExtensionsRule } from 'graphql/validation'
7 */
8export { PossibleTypeExtensionsRule as PossibleTypeExtensions } from './PossibleTypeExtensionsRule';