#Example of using Go SDK
1 messages · Page 1 of 1 (latest)
Hi, we have an example app at https://github.com/dagger/todoapp , look for the cloak branch
thanks for the links this helped me out a lot. The example works on the latest commit of the cloak branch (except for &engine.Config{}).
I noticed that the process gets stuck forever on engine.Start without any log output if i don't set a Workdir in the engine config
is there a place where i can grab the full graphql schema for the coreapi to generate the client code for all operations?
Yes, just run cloak dev and open a browser at http://localhost:8080 you will get a full playground with API docs and interactive query editor