We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b8cebd commit 8a7b287Copy full SHA for 8a7b287
modules/vf-graphql-holochain/queries/agent.ts
@@ -35,6 +35,8 @@ export default (dnaConfig: DNAIdMappings, conductorUri: string) => {
35
}
36
}),
37
38
+ // :TODO: this and the associated functionality in 'get_registered' needs to be revisited
39
+ // or potentially integrated from other projects affording similar functionality.
40
agents: async (root, args): Promise<Agent[]> => {
41
return (await readAllAgents(null)).map(agentAddress => ({
42
// :TODO: wire to Personas hApp
0 commit comments