Bob
05/31/2025, 1:29 AMval fakeQueryData = Query.Data(id = "blah" , name="steve")
ended up with a massing file of fakes for tests and was hoping there are some alternatives.mbonnin
05/31/2025, 8:16 AMData
classes. It's the historical solution but it suffers from a few limitations (generating the source files in the test source set, custom scalar are a bit weird, etc..) that we're aiming to fix in v5
• Apollo Kotlin Execution gives you the building blocks to build a complete executable schema, including resolvers, etc... Ultimately, this is the most flexible one as you can fake mutations, etc..mbonnin
05/31/2025, 8:40 AMmbonnin
05/31/2025, 8:40 AM