This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
bug: entity resolver argument parser fails to unwrap list values #19
Labels
bug
Something isn't working
Reference resolver currently fails to map
@key
s that specify list fields.ArgumentParser
is currently missing case forSyntaxKind.ListValue
so whenever we have to process representation with list values it is unable to locate the target resolver.Workaround is available, instead of doing the auto mapping of arguments we process representation manually
Related #6
The text was updated successfully, but these errors were encountered: