Fabio
01/31/2022, 11:32 PMapollo-kotlin
, though I have some server code that not sure where to put. At this point I'd prefer the server to run standalone, so that excludes putting all its code into src/test
. Maybe a new module in apollo-kotlin
, like apollo-server
? But at the same time I don't have the goal of having a fully fledged server that actually handles true queries/mutations in a nice API (though that would be handy for my own goals if it were easy). Thoughts?
Btw I'd like to have a quick voice chat during your office hours, where are you located? If US West Coast I can do something in my early hours, if Europe I can do it in late hours.bod
02/01/2022, 10:14 AMsample-server
module in tests
. You can probably follow the same approach, and put your own project at the same level (named e.g. sample-sse-server
?)
Sent you a private message to setup a meeting 🙂Fabio
02/01/2022, 10:19 PMFabio
02/02/2022, 12:08 AMbod
02/03/2022, 2:00 PMapollo-mockserver
which is the same idea