Noland

Results 18 comments of Noland

I posted what might be a slightly simpler work-around for some scenarios here: https://github.com/apollographql/apollo-client/issues/5267

@alaarihan The way Prisma solves this is with a `connect` and a `disconnect` field so you don't need to include a million ids in your mutation request. eg: ````gql updatePost(_set:...

Did anyone get this working? I don't seem to see the pull request...

Did you configure browserify to minify it? and treeshake it? Can you post a public link to the compiled file?

This would be a great feature. Use cases include things checking if an email addresses already exists in db, using a cloud function to check an image for adult content,...

I am currently building a framework with Hasura and I'm finding it impossible to follow many security best practices (eg. OWASP cheat sheets) without using the web hook. Correct me...

This might be easy to add now while this is open and I think it's a nice-to-have for improved security: dual auth cookies to allow client-side/offline signout. One drawback of...

I don't think this is a problem many people have cared enough to solve. I can't find anyone else solving it. My use case was management software on mobile devices...

I cleared the certs array in `acme.json` as per @patrickbaber's suggestion. I tried restarting the containers that use those certs as @bodomic2 suggested but even after but that does nothing....