mirror of
https://github.com/rjNemo/federation
synced 2026-06-08 19:26:40 +00:00
8 lines
326 B
TypeScript
8 lines
326 B
TypeScript
/**
|
|
* @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';
|