UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

10 lines (9 loc) 322 B
// @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';