TypeChecker

typealias TypeChecker = (obj: Any) -> Boolean

Returns true if obj is a runtime instance of the GraphQL type for which this TypeChecker was added.