Replies: 1 comment
-
| @palhoye I didn't notice that there is a link to create an issue from a discussion. At any rate, I created graphql-java/graphql-java#3711, and it's reasonable to expect the behavior to be clarified at least in the documentation, if indeed there is a reason why it cannot work. | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
As mentioned here, dataloader only works with
AsyncExecutionStrategy.Since mutations use
AsyncSerialExecutionStrategy(see code), it means that dataloader does not work with mutations.Could you please confirm this is the case, and if so, if there are plans to add dataloader support for mutation responses?
Thanks, I truly appreciate the good work you are doing with graphql-java and dataloaders!
Beta Was this translation helpful? Give feedback.
All reactions