Jordan Last

Results 165 comments of Jordan Last

It looks like this is a problem with many to many relationships. Is it currently possible to do filtering in selection sets on a many to many relationship?

This might be a duplicate of this: https://github.com/aerogear/graphback/issues/1343 This issue highlights the problem in a selection set, but under the hood the filtering might all be the same, not sure

This all sounds great, thanks!

How can I add examples to the community section? And on the community section, it would be nice if the language filter could somehow differentiate between frontend code and canister...

I've observed that `didc bind [path-to-did] -t ts` correctly outputs the records not referenced in the service: ```typescript import type { Principal } from '@dfinity/principal'; export interface CanisterStatusArgs { 'canister_id'...

`func` types are also not generated if not referenced in the service.

Any ETA on this? I'm about to embark on implementing this generally in Azle and wondering if this might come out soon.

I'm not sure how to move forward after this conversation: https://forum.dfinity.org/t/boundary-node-http-response-headers/10747/6 If the ETA on boundary nodes serving partial responses is far into the future, then I'm wondering if we...

Any update on this? We're running into the same problem

I think I'll just add some generic examples...I don't think we need to get framework specific here. In fact, why not just show it with vanilla js imperatively? Hmmm...I want...