Martin Dubois
Martin Dubois
Hello ! :) I'm trying to use cmake to build a minimal main.cpp with the library, but i keep getting errors: ``` [ 50%] Linking CXX executable test /usr/bin/ld: CMakeFiles/test.dir/src/main.cpp.o:...
Hello :) I've been using Mercurius with NestJS without any issues until now. However, as I'm implementing a subscription, I'm finding it challenging to properly send errors through the subscription...
The graphql-ws protocol specifies that the payload of an `'error'` message should be an array of GraphQL errors. ([ref](https://github.com/enisdenjo/graphql-ws/blob/master/PROTOCOL.md#error)) To accommodate this, I created the sendError function to manage the...
### Release version v6.0.1.3 ### Describe the bug When I commit changes to an API with multiple revisions and remove one of the revisions, the publisher removes the entire API....