ValueResolvable

public protocol ValueResolvable : Resolvable

Value Resolvable

A type that can be turned into a GraphQL Value. Generally used to convert default values into something that can be added to the Schema

  • Undocumented

    Declaration

    Swift

    func map() throws -> Map