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

9 lines
300 B
JavaScript

/**
* @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.mjs";