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
Although not common, it should be possible for a subscription handler to return a concrete value. The same is possible with just GraphQL Java, and we should handle it more leniently, essentially treating it as a Publisher of one.
There was a related recent report #1143 to allow a DataFetcherResult with an error. We should expand on that and make it more general to support any subscription return value.