mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 03:06:40 +00:00
9 lines
312 B
Text
9 lines
312 B
Text
// @flow strict
|
|
/**
|
|
* @deprecated and will be removed in v16
|
|
* Please use either:
|
|
* import { UniqueDirectiveNamesRule } from 'graphql'
|
|
* or
|
|
* import { UniqueDirectiveNamesRule } from 'graphql/validation'
|
|
*/
|
|
export { UniqueDirectiveNamesRule as UniqueDirectiveNames } from './UniqueDirectiveNamesRule';
|