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