UNPKG

@aws-amplify/graphql-api-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer.

18 lines (14 loc) 336 B
// @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';