Package-level declarations

Types

Link copied to clipboard
typealias ExternalValue = Any?

An external value, usually JSON

Link copied to clipboard
typealias InternalValue = Any?

An internal value

Link copied to clipboard
typealias ResolveType = (obj: Any, resolveTypeInfo: ResolveTypeInfo) -> String?

Returns the typename of the given obj

Link copied to clipboard
typealias TypeChecker = (obj: Any) -> Boolean

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