UNPKG

@valueflows/vf-graphql-holochain

Version:

GraphQL schema bindings for the Holochain implementation of ValueFlows

7 lines (6 loc) 236 B
import { Action } from '@valueflows/vf-graphql'; declare const _default: (cell: any) => { actions: (root: any, args: any) => Promise<Array<Action>>; action: (root: any, args: any) => Promise<Action>; }; export default _default;