// @flow strict /** * @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';