blob: dc5487707912f3cb1a047c87a3438c29ed2e5adb (
plain)
1
2
3
4
5
6
7
8
9
|
// @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';
|