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.
I tried to incorporate Artemis with my already working Hasura endpoint, the problem is Hasura generates multiple types, and it is very confusing if I have to declare the mappers of all these in the build.yaml
Is there any planning on annotating the class to map to scalar? I think that it would be very useful
The text was updated successfully, but these errors were encountered:
Hello @comigor
Sorry for the late reply.
The idea is like when using freezed package or json_serializable where you can simply annotate the class and there will be generated code. So for example if I can annotate a query class with @query and mutation class with @mutation and then have the generated types for the input fields and the output result that would be great. As I understand for now I have to manually write parser for these and include them in the build.yaml file
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I tried to incorporate Artemis with my already working Hasura endpoint, the problem is Hasura generates multiple types, and it is very confusing if I have to declare the mappers of all these in the build.yaml
Is there any planning on annotating the class to map to scalar? I think that it would be very useful
The text was updated successfully, but these errors were encountered: