graphql
Version:
A Query Language and Runtime which can target any service.
18 lines (14 loc) • 336 B
Flow
// @flow strict
export { pathToArray as responsePathAsArray } from '../jsutils/Path';
export {
execute,
executeSync,
defaultFieldResolver,
defaultTypeResolver,
} from './execute';
export type {
ExecutionArgs,
ExecutionResult,
FormattedExecutionResult,
} from './execute';
export { getDirectiveValues } from './values';