github-pages-deploy-action/node_modules/graphql/validation/rules/UniqueDirectiveNames.js.flow
2020-03-06 22:45:40 -05:00

11 lines
313 B
Plaintext

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