#Codegen questions

1 messages · Page 1 of 1 (latest)

rough vortex
#

Starting a thread to avoid flooding this channel

#

Part of the confusion is that there are 2 different kinds of codegen involved.

  1. Generated clients for dagger core and other modules. You can get those for the core (via npm install). But not for modules - you need to generate those yourself.

  2. Generated runtime for your own module. This is what wraps your own module's implementation, into something that dagger can compile and execute, to extend its schema. This also need to be generated, and also cannot be procured via npm.