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