graphql
Version:
A Query Language and Runtime which can target any service.
9 lines (8 loc) • 306 B
TypeScript
/**
* @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';