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
@saihaj what do you recommend instead of the current approach?
I think first step is moving away from the immutable and then I think we should create another MAP that maps a Value -> GraphQL type so there is a clear distinction on what a value will be converted to since today it is implicit inference that AssemblyScript -> Value == GraphQL Type
Today we have a map that we maintain to convert between ABI, Assembly Script and that is what is what we simply use to map to GraphQL Types. This approach is liming because then we need to do hacks like this to fix issues with code-generation
The text was updated successfully, but these errors were encountered: