zngly-vlad
zngly-vlad
Bump dependencies - Update docusaurus version - Update typescript version - Update prism-react-renderer version Going forward we should try stick to one package manager. yarn or npm
### Description possible regression from #3100 In v1.24.0 - interface resolvers no longer run when similar pre-existing fields exist ### Steps to reproduce example code: ```php $type_registry->register_interface_type('MyTestNodeInterface', [ 'fields' =>...
**Brief Outline** Using the new `prisma-client` breaks zenstack plugins typescript inference which rely on the prisma client import path **Description and expected behavior** Prisma 6.6.0 introduces a new client provider...
### Description  ### Steps to reproduce When using the type_registry class to register enums, a `name` is required in the config, this is not the same when using `register_graphql_enum_type()`...