-
Undocumented
Declaration
Swift
associatedtype Output : OutputResolvable -
resolve(source:Default implementationarguments: context: eventLoop: ) Undocumented
Default Implementation
Warning
default implementation fromGraphZahl. Do not override unless you know exactly what you are doing.Declaration
Swift
func resolve(source: Any, arguments: [String : Map], context: MutableContext, eventLoop: EventLoopGroup) throws -> Output -
additionalArgumentsExtension methodWarning
default implementation fromGraphZahl. Do not override unless you know exactly what you are doing.Declaration
Swift
public static var additionalArguments: [String : InputResolvable.Type] { get } -
reference(using:Extension method) Warning
default implementation fromGraphZahl. Do not override unless you know exactly what you are doing.Declaration
Swift
public static func reference(using context: inout Resolution.Context) throws -> GraphQLOutputType -
resolve(using:Extension method) Warning
default implementation fromGraphZahl. Do not override unless you know exactly what you are doing.Declaration
Swift
public static func resolve(using context: inout Resolution.Context) throws -> GraphQLOutputType
View on GitHub
DelegatedOutputResolvable Protocol Reference