CompilerMetadata

@JsonClass(generateAdapter = true)
data class CompilerMetadata(val fragments: List<GQLFragmentDefinition>, val resolverInfo: ResolverInfo)

Compilation unit specific metadata that is specific to a given invocation of the compiler

Constructors

Link copied to clipboard
fun CompilerMetadata(fragments: List<GQLFragmentDefinition>, resolverInfo: ResolverInfo)

Properties

Link copied to clipboard
val fragments: List<GQLFragmentDefinition>

The fragments needed:

Link copied to clipboard
val resolverInfo: ResolverInfo

resolver info used by the codegen to lookup already existing ClassNames