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
Use Union as the return type of queries. Use this to deduplicate the datatype specific gRPC services. The service "getData" should be the same for all datatypes using union as return type.
extend query by an enum field "datatype"
use the data type union for all the common gRPC services
The text was updated successfully, but these errors were encountered:
Use Union as the return type of queries. Use this to deduplicate the datatype specific gRPC services. The service "getData" should be the same for all datatypes using union as return type.
The text was updated successfully, but these errors were encountered: