Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RunBuild ¶
func RunBuild() error
RunBuild performs the full import generation, schema copying, gqlgen generation, custom resolver stitching, and core compilation.
func RunCodegen ¶
func RunCodegen() error
RunCodegen scans modules implementing GraphQLProvider, aggregates queries/mutations/fields, and regenerates resolver implementations.
Types ¶
type GoModuleInfo ¶
type ModuleInfo ¶
type ResolverInterface ¶
type ResolverInterface struct {
Name string
Methods []ResolverMethod
}
Click to show internal directories.
Click to hide internal directories.