Steps i am following to implement custom types in Android
I have added customTypeMapping in the app's gradle file.
Also created a customtype Adapater.
Problem
Next i am trying to add it to the apollo client where i have to pass customtype and the adapter but the problem is that i am not getting any custom type that i am generating. Apollo only has ID,Numeric,Date etc there but the custom type i am mapping isn't being generated by the apollo-client.