-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Duplicate enum element #1629
Comments
Hi! Thanks for opening your first issue here! 😄 |
Hi, could you please provide a minimal reproducible sample? (steps are in https://github.com/fzyzcjy/flutter_rust_bridge/issues/new?assignees=&labels=bug&projects=&template=bug_report.yaml template). Otherwise it does not seem to be easy to reproduce, since it works well in test cases. |
Sorry, It's the problem of graphql-client , It will generate fragments_other_variant option is always on. I have defined
The same, there are two
in the freezed dart file there are too many Thank you, I will close this issue. |
You are welcome, and happy to see it solved! |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue. |
I have a rust enum type:
enum NamedType { NewYork, London, Other, }
the generate code has two NamedType::other.
I removed
Other
element, and regenerate, but the twoNamedTYpe::other
still exists.The text was updated successfully, but these errors were encountered: