UNPKG

@leosprograms/vf-graphql-holochain

Version:

GraphQL schema bindings for the Holochain implementation of ValueFlows

10 lines (9 loc) 377 B
export declare function createEntry(cell: any, entryType: string, payload: any): Promise<{ [x: string]: any; __typename: string; }>; export declare function updateEntry(cell: any, entryType: string, payload: any): Promise<{ [x: string]: any; __typename: string; }>; export declare function deleteEntry(cell: any, typeName: string, args: any): Promise<boolean>;