Shiftlabs

Results 30 comments of Shiftlabs
trafficstars

I think if triggers can be "attributified", that will be nice . for e.g if i have a type Todo ``` @access(true) @before-insert('name-of-function') type Todo { @pk id: Uuid =...

earnestly looking forward to this (chain implementation). for my nuxt3 project, I would use a custom fetcher (oh-my-fetch), as it is inbuilt an isomorphic

@meabed What happens if you have this for client definition ``` const client: { wsClient?: WSClient; query?: Function; mutation?: Function; subscription?: Function; fetcherInstance: BaseFetcher["fetcherInstance"]; fetcherMethod: BaseFetcher["fetcherMethod"]; chain?: { query?: Function...

@meabed I didn't get any response on this. Is this now included ?

@meabed , its same way it's used in genql. its a genql feature that was omitted in your fork , no ?

@Brisklemonade please merge this PR in. This is the only lib in our application that is not yet compliant . Please

This is the case with queries too, not just subscriptions

> can you paste the graphql schema here? Am using Hasura , but below is what the cli generated ``` """Where all funds requested created by employee go """ type...