Resolvable
public protocol Resolvable
Resolvable
A Type with a possible type name that will be used in GraphQL
-
typeNameDefault implementationName that should be used in GraphQL
Default Implementation
Warning
default implementation fromGraphZahl. Do not override unless you know exactly what you are doing.Declaration
Swift
static var typeName: String? { get }
View on GitHub
Resolvable Protocol Reference