ExecutableDefinitions.js.flow 317 B

123456789
  1. // @flow strict
  2. /**
  3. * @deprecated and will be removed in v16
  4. * Please use either:
  5. * import { ExecutableDefinitionsRule } from 'graphql'
  6. * or
  7. * import { ExecutableDefinitionsRule } from 'graphql/validation'
  8. */
  9. export { ExecutableDefinitionsRule as ExecutableDefinitions } from './ExecutableDefinitionsRule';