UNPKG

@valueflows/vf-graphql-holochain

Version:

GraphQL schema bindings for the Holochain implementation of ValueFlows

9 lines (8 loc) 235 B
import { type GraphQLSchema } from 'graphql'; type hREASchemaParams = { appWebSocket: any; roleName: string; cell?: any; }; export declare function createHolochainSchema(params: hREASchemaParams): GraphQLSchema; export {};