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
I believe the elm compiler will give better error messages if elm-graphql uses the raw records in the annotations for required args in the field definitions. We can keep the generated type aliases so that people can annotate helpers for generated Required/Optional args, but try using the raw record types in the field type annotations to see if it improves the error messages.
The text was updated successfully, but these errors were encountered:
I believe the elm compiler will give better error messages if
elm-graphql
uses the raw records in the annotations for required args in the field definitions. We can keep the generated type aliases so that people can annotate helpers for generated Required/Optional args, but try using the raw record types in the field type annotations to see if it improves the error messages.The text was updated successfully, but these errors were encountered: