Initial Save
This commit is contained in:
12
node_modules/graphql/execution/index.js.flow
generated
vendored
Normal file
12
node_modules/graphql/execution/index.js.flow
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
// @flow strict
|
||||
|
||||
export { pathToArray as responsePathAsArray } from '../jsutils/Path';
|
||||
|
||||
export { execute, defaultFieldResolver, defaultTypeResolver } from './execute';
|
||||
export type {
|
||||
ExecutionArgs,
|
||||
ExecutionResult,
|
||||
FormattedExecutionResult,
|
||||
} from './execute';
|
||||
|
||||
export { getDirectiveValues } from './values';
|
||||
Reference in New Issue
Block a user