EventLoopFuture
extension EventLoopFuture: OutputResolvable where Value: OutputResolvable
extension EventLoopFuture: Resolvable where Value: Resolvable
                Conditional Conformance
All Futures of values that are GraphQL Outputs, can be outputs themselves
- 
                  
                  
Declaration
Swift
public static var additionalArguments: [String : InputResolvable.Type] { get } - 
                  
                  
Declaration
Swift
public static func reference(using context: inout Resolution.Context) throws -> GraphQLOutputType - 
                  
                  
Declaration
Swift
public static func resolve(using context: inout Resolution.Context) throws -> GraphQLOutputType - 
                  
                  
Declaration
Swift
public func resolve(source: Any, arguments: [String : Map], context: MutableContext, eventLoop: EventLoopGroup) throws -> Output 
            View on GitHub
          
      EventLoopFuture Extension Reference