EmptyRootType
public final class EmptyRootType<ViewerContext> : GraphQLRootType
EmptyRootType
A Root Type that signals that it’s empty and should not be resolved
-
Undocumented
Declaration
Swift
public func resolve(source: Any, arguments: [String : Map], eventLoop: EventLoopGroup) -> EventLoopFuture<Any?>
-
Declaration
Swift
required public init(viewerContext: ViewerContext)