ResolveTypeInfo

class ResolveTypeInfo(val type: String, val schema: Schema)

Constructors

Link copied to clipboard
constructor(type: String, schema: Schema)

Properties

Link copied to clipboard

a schema that can be used to resolve type.

Link copied to clipboard

the abstract type that needs to be resolved. type is always the name of an interface or union.