UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

9 lines (8 loc) 271 B
/** * @deprecated and will be removed in v16 * Please use either: * import { UniqueTypeNamesRule } from 'graphql' * or * import { UniqueTypeNamesRule } from 'graphql/validation' */ export { UniqueTypeNamesRule as UniqueTypeNames } from './UniqueTypeNamesRule';