UNPKG

@valueflows/vf-graphql-holochain

Version:

GraphQL schema bindings for the Holochain implementation of ValueFlows

3 lines (2 loc) 267 B
declare const associateMyAgentExtension = "\ntype Mutation {\n \"Associates the Agent identified by agentId with the currently authenticated user. Can only be used once.\"\n associateMyAgent(agentId: ID!): Boolean!\n}\n"; export { associateMyAgentExtension };