FLUJOS/VISUALIZACION/node_modules/graphql/validation/rules/UniqueDirectiveNames.js.flow
2025-11-07 00:06:12 +01:00

9 lines
312 B
Text
Executable file

// @flow strict
/**
* @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';