summaryrefslogtreecommitdiff
path: root/school/node_modules/graphql/validation/rules/UniqueDirectiveNames.mjs
blob: 24f4e399571027aec5beacb9292ba8a2e0be0718 (plain)
1
2
3
4
5
6
7
8
/**
 * @deprecated and will be removed in v16
 * Please use either:
 *   import { UniqueDirectiveNamesRule } from 'graphql'
 * or
 *   import { UniqueDirectiveNamesRule } from 'graphql/validation'
 */
export { UniqueDirectiveNamesRule as UniqueDirectiveNames } from "./UniqueDirectiveNamesRule.mjs";