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
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
Currently there's a problem if you want to generate requests with variables - in every generated file "*.graphql.dart" will be StringComparisonExp, IntComparisonExp or any other comparators. When you will export these files in the library - you will have conflict of class names and need to hide all these duplicated classes with directive hide. Good option to solve this will be having these comparators in the library or generating additional file with them.
Bug description
Currently there's a problem if you want to generate requests with variables - in every generated file "*.graphql.dart" will be StringComparisonExp, IntComparisonExp or any other comparators. When you will export these files in the library - you will have conflict of class names and need to hide all these duplicated classes with directive hide. Good option to solve this will be having these comparators in the library or generating additional file with them.
Specs
Artemis version: ref 0301b81
build.yaml:
Artemis output:
I have reproducible example here except for that it has only 1 request. But the idea is clear I think.
https://github.com/JSBmanD/graphql_comparsion_problem
The text was updated successfully, but these errors were encountered: