Swap-Aggregator-Subgraph/node_modules/graphql/validation/rules/UniqueEnumValueNames.d.ts
2022-07-03 07:27:35 +05:30

9 lines
296 B
TypeScript

/**
* @deprecated and will be removed in v16
* Please use either:
* import { UniqueEnumValueNamesRule } from 'graphql'
* or
* import { UniqueEnumValueNamesRule } from 'graphql/validation'
*/
export { UniqueEnumValueNamesRule as UniqueEnumValueNames } from './UniqueEnumValueNamesRule';