blob: bf40bb2c33cd82e48d00a7b7046d14b3ccaab335 [file] [log] [blame]
// @flow strict
/**
* @deprecated and will be removed in v16
* Please use either:
* import { UniqueEnumValueNamesRule } from 'graphql'
* or
* import { UniqueEnumValueNamesRule } from 'graphql/validation'
*/
export { UniqueEnumValueNamesRule as UniqueEnumValueNames } from './UniqueEnumValueNamesRule';