Skip to content

Commit 8a7b287

Browse files
committed
add todo
1 parent 6b8cebd commit 8a7b287

File tree

1 file changed

+2
-0
lines changed
  • modules/vf-graphql-holochain/queries

1 file changed

+2
-0
lines changed

modules/vf-graphql-holochain/queries/agent.ts

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export default (dnaConfig: DNAIdMappings, conductorUri: string) => {
3535
}
3636
}),
3737

38+
// :TODO: this and the associated functionality in 'get_registered' needs to be revisited
39+
// or potentially integrated from other projects affording similar functionality.
3840
agents: async (root, args): Promise<Agent[]> => {
3941
return (await readAllAgents(null)).map(agentAddress => ({
4042
// :TODO: wire to Personas hApp

0 commit comments

Comments
 (0)