// @flow strict /** * @deprecated and will be removed in v16 * Please use either: * import { PossibleTypeExtensionsRule } from 'graphql' * or * import { PossibleTypeExtensionsRule } from 'graphql/validation' */ export { PossibleTypeExtensionsRule as PossibleTypeExtensions } from './PossibleTypeExtensionsRule';