tehn-r

Results 3 comments of tehn-r

Another nice feature to have, especially if we can get this information using query. ``` { projects(where: {isRepresentative: false}){ name, description, id } } ```

Overall it is good idea to have this information on the UI. Meanwhile in order to find this information I used this query: ``` { projects(where: {owner: "your_eth_address"}){ name, description,...

@KaitoYanai I think it is a usual thing for most subgraphs. At least in my case almost each example query has such kind of issue. Just insert this as a...