UniqueEnumValueNames.js.flow 312 B

123456789
  1. // @flow strict
  2. /**
  3. * @deprecated and will be removed in v16
  4. * Please use either:
  5. * import { UniqueEnumValueNamesRule } from 'graphql'
  6. * or
  7. * import { UniqueEnumValueNamesRule } from 'graphql/validation'
  8. */
  9. export { UniqueEnumValueNamesRule as UniqueEnumValueNames } from './UniqueEnumValueNamesRule';