This commit is contained in:
9
node_modules/graphql/validation/rules/ExecutableDefinitions.js.flow
generated
vendored
Normal file
9
node_modules/graphql/validation/rules/ExecutableDefinitions.js.flow
generated
vendored
Normal file
@@ -0,0 +1,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';
|
||||
Reference in New Issue
Block a user