Harshit Pant
Harshit Pant
This will be a really necessary feature if abell wants to compete with other fancy static site generators. I think we can use turbolinks here. Same library powering hey.com so...
This also means we need to inject some javascript, not sure if we are already doing this.
I have never done that with fetch 😅 This is bit of research topic for us now, balancing out the feature and not make it bloated.
Yeah, it is dupe of #4. I haven't found a good way yet to do block level highlights which avoiding this issue. You can try this workaround: https://github.com/pantharshit00/vim-prisma/issues/4#issuecomment-788197166 Personally I...
Notice model Block is not highlighted in the above image
@yassinebridi Great to know about that. I was planning to rewrite this plugin from start because I kind of hate the current code but never got to it. I can...
I got same error might include babel polyfill script tag or polyfill Io for older compatibility
If you want to use this on the server, you need to use the `BatchedGraphqlClient` https://github.com/prisma/http-link-dataloader/blob/master/src/BatchedGraphQLClient.ts
Prisma client internally uses this package. You can see the example usage here: https://github.com/prisma/prisma/blob/e8e6c857fa9dec2bede16cda2e628abf2980410b/cli/packages/prisma-client-lib/src/Client.ts#L19
@mattkindy Can you please share the client calls behind those GraphQL queries? ``` mutation a { createQuoteBidEdit( data: { bidUnitPrice: "3.9624" originalBid: { connect: { id: "cl530237a68090aoiewglhz45" } } }...