You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letmock=Mock<Dog>(type:GraphQLEnum.case(.strong))letdog=DogFragment.from(mock)
// Crash here:
// Could not cast value of type 'Swift.AnyHashable' to 'ApolloAPI.GraphQLEnum<MySchemaModule.MyEnum>'
dog.type
Bug report
Like this:
(Actually, crash at this line)
apollo-ios/Sources/ApolloAPI/DataDict.swift
Line 16 in 29d42fb
Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 1.0.1Steps to reproduce
Model.from(Mock())
method.The text was updated successfully, but these errors were encountered: