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