You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of the gRPC-GraphQL wrapper lacks support for the GraphQL SUBSCRIPTION type.
Received an error while generating proto files for grpc endpoint with type : SUBSCRIPTION as an option
proto:106:31: Error while parsing option value for "schema": Unknown enumeration value of "SUBSCRIPTION" for field "type".
make: *** [proto] Error 1)
This limitation prevents real-time updates and event-driven use cases, which are critical for applications requiring live data feeds or asynchronous event handling.
The text was updated successfully, but these errors were encountered:
The current implementation of the gRPC-GraphQL wrapper lacks support for the GraphQL SUBSCRIPTION type.
Received an error while generating proto files for grpc endpoint with type : SUBSCRIPTION as an option
This limitation prevents real-time updates and event-driven use cases, which are critical for applications requiring live data feeds or asynchronous event handling.
The text was updated successfully, but these errors were encountered: