David Mazza
Results
2
issues of
David Mazza
https://github.com/pointfreeco/swift-url-routing/blob/380347731cd4c532696f27613fbdb12661ba8949/Sources/URLRouting/Internal/Deprecations.swift#L11 This line should be: ` @available(*, deprecated, renamed: "decodedResponse(for:as:decoder:)")`
Currently, you can only write Queries that accept `string` arguments. You can however write Mutations that accept `string` or `object` arguments. So it seems natural to assume that Queries would...