Is it possible to force encode Date as Date type instead of string? – Ios swift
I am trying to mock Apollo Queries using its init. It pretty much is taking in a dictionary to build the object up. public init(unsafeResultMap: [String: Any]) { self.resultMap = unsafeResultMap } So, I have decided to create Mock objects…