Alright, so I’ve been trying different variations of that solution, though it seems like the short-circuit mechanism that was mentioned has been fixed. I think the hardest part might be that I’m using Ktor instead of Spring possibly. Where it’s failing for me is when Jackson is trying to decode the graphql request, since throwing a multipart dataype isn’t to spec json.
d
Dariusz Kuc
03/23/2020, 3:38 PM
Sounds like you might need some custom deserializer to handle those fields correctly
m
Matthew Browning
03/23/2020, 4:28 PM
Yeah, you’re probably right. Let me do some research and see if I can figure it out. Thanks for the guidance!