Rafael Garcia

Results 3 issues of Rafael Garcia

Hey there, really excited to use the new subscription feature! However after few hours still couldn't make it work, I was wondering if there's an example fully integrating `absinthe_phoenix` with...

**Describe the bug** Querying more than one `SUM()` fails. MacOS Monterey 12.3.1 (21E258) --- Is this expected? Thanks!

Should [this line](https://github.com/Fasosnql/use-suspense-query/blob/master/src/decorators/decorateWithPromise.ts#L14) be? ```diff - fetchPolicy: options?.variables || 'cache-first' + fetchPolicy: options?.fetchPolicy || 'cache-first' ```