Array
extension Array: ValueResolvable where Element: ValueResolvable
extension Array: InputResolvable where Element: InputResolvable
extension Array: OutputResolvable where Element: OutputResolvable
extension Array: Resolvable where Element: Resolvable
Conditional Conformance
All arrays of values that can be translated to a GraphQL Value, can themselves be translated to a GraphQL Value
-
Undocumented
Declaration
Swift
public func map() throws -> Map
-
Declaration
Swift
public static func resolve(using context: inout Resolution.Context) throws -> GraphQLInputType
-
Declaration
Swift
public static func create(from map: Map) throws -> Array<Element>
-
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