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
Hi! 👋
I've updated packages in order to use that #381 cool feature, but I've encountered an issue in schema.schema.gql.dart file. I have a custom serializer CustomDateSerializer that changes Date scalar GQL type into CustomDate dart class, but in newly generated part of the code it tries to use that CustomDate class from the wrong file.
It should use _i4 instead of _i2.
Is there a chance that I've made some mistake on my side or should I try to find the error in the generator?
The text was updated successfully, but these errors were encountered:
Hi! 👋
I've updated packages in order to use that #381 cool feature, but I've encountered an issue in
schema.schema.gql.dart
file. I have a custom serializerCustomDateSerializer
that changesDate
scalar GQL type intoCustomDate
dart class, but in newly generated part of the code it tries to use thatCustomDate
class from the wrong file.It should use
_i4
instead of_i2
.Is there a chance that I've made some mistake on my side or should I try to find the error in the generator?
The text was updated successfully, but these errors were encountered: