ResolverInfo
@JsonClass(generateAdapter = true)
Content copied to clipboard
Additional resolver data generated alongside the models and adapters. This data maps a GraphQL identifier (such as a typename or model path) to its target class. This allows children modules to reference classes generated in parents (and know when to skip generating them).
Constructors
Link copied to clipboard
fun ResolverInfo( magic: String, version: String, entries: List<ResolverEntry>)
Content copied to clipboard