Jérémy M
Jérémy M
Use Apollo Playground in debug mode instead of GraphiQL, as it's supporting more feature and it's easier to use.
When an error is thrown and caught by the exception handler, we should include the user it will help for debugging.
This pull request addresses an issue related to the metadata type of the `RATING` field. It has been identified that the `RATING` field must comply with the GraphQL enum type...
Csv import is using react context, because it was initially used as a component with a provider. We're using it with a recoil state and a hook, so we can...
This PR introduces a comprehensive refactoring of the `workspace:sync-metadata` command, alongside addressing various bug fixes. The refactoring aimed to enhance code modularity, readability, and maintainability. Key changes include the creation...
This PR is adding more detailed error message for `HttpException` Fix #3304
## Description As described in the ticket, the goal is to get access to the node instance in case nested objects need a parent value for it's validation. ## Checklist...