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
DataFetherFactories supports a function to apply to the value of a CompletionStage. Spring for GraphQL applies similar decoration to support Reactor types. However, it ignores any DataFetchers under the graphql package, and that includes DataFetcherFactories.
I can add an exclusion for DataFetcherFactories but in general, if you want to support a directive for Reactor return types you will need to the wrapping yourself anyway. Something like this:
rstoyanchev
changed the title
SchemaDirectiveWiring does not support reactive types
Do not ignore a DataFetcher with a DataFetcherFactories wrapper
Aug 4, 2022
schem.graphqls
QueryMapping
SchemaDirectiveWriting
I was expecting "HELLO" and but it returns this,
The text was updated successfully, but these errors were encountered: