UNPKG

@leosprograms/vf-graphql-holochain

Version:

GraphQL schema bindings for the Holochain implementation of ValueFlows

10 lines (9 loc) 294 B
/** * Resolvers for Commitment fields * * @package: HoloREA * @since: 2019-08-28 */ import { DNAIdMappings, VfModule } from '../types.js'; declare const _default: (enabledVFModules: VfModule[] | undefined, dnaConfig: DNAIdMappings, conductorUri: string) => any; export default _default;