KeyPath

extension KeyPath: Resolvable where Root: ConcreteResolvable & KeyPathListable
extension KeyPath: ConcreteResolvable where Root: ConcreteResolvable & KeyPathListable
extension KeyPath: InputResolvable where Root: ConcreteResolvable & KeyPathListable

Available where Root: ConcreteResolvable & KeyPathListable

  • Declaration

    Swift

    public static var concreteTypeName: String { get }
  • Declaration

    Swift

    public static func resolve(using context: inout Resolution.Context) throws -> GraphQLInputType
  • Declaration

    Swift

    public static func create(from map: Map) throws -> Self