Lukáš Stuchlík
Lukáš Stuchlík
In our project, we're having some issues with what seems to be an inconsistent schema generation with Prisma plugin. Our config looks sort of like this: ```ts import { makeSchema...
## This is a future issue Yesterday I stumbled upon https://github.com/graphql-nexus/nexus-plugin-prisma/issues/1039 . TL;DR of this is that `nexus-plugin-prisma` is no longer continued nor supported and there is ongoing project for...
Currently, we can specify arbitrary selection on a given resource, if we write it as a fragment on that given resource. [Fields selected](https://github.com/panter/ra-data-prisma/blob/3773626bf8ea82ff8102cb6f99c7f7a9ea42e2c3/packages/dataprovider/src/buildGqlQuery.ts#L186) in this fragment are then used to...
There has been a discussion over the items, provoked by PR #5041. For the discussion to not get lost in #development, I'm starting this issue. Known issues and why it's...
- **Which image of the operator are you using?** `registry.opensource.zalan.do/acid/postgres-operator:v1.10.1` - **Where do you run it - cloud or metal? Kubernetes or OpenShift?** `Bare Metal K8s` - **Are you running...
## Context I have my cache configured to use Azure Blob Storage (`globals.cache.azureblob` + `cache.type: azureblob` in individual caches). Everything seems to be working fine, and I'd like to configure...