github-pages-deploy-action/node_modules/graphql/validation/rules/UniqueDirectiveNames.js.flow

11 lines
313 B
Plaintext
Raw Normal View History

2020-03-07 11:45:40 +08:00
// @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';