Given a gql query, will return an observable of query results
a gql query object to execute
options to pass on to Apollo, cf ..
an Observable that will first yield the current result, and yields updates every time the data changes
Returns an observable that:
The query to be run
(optional) a function that takes elements of the list and creates new objects
an Observable
Returns an observable that:
id
address
}
}`
getObservableList(query, (r:any) => new DAO(r.address), filter((r:any) => r.address === "0x1234..."))The query to be run
(optional) a function that takes elements of the list and creates new objects
Generated using TypeDoc
handles connections with the Graph