Khan/genqlient

Be less strict about selection-set ordering

Open

#93 opened on 2021年9月15日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Go (141 forks)github user discovery
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (1,310 stars)
PR merge metrics
 (PR metrics pending)

説明

For both the bindings option, and the soon-to-be-added typename option, we validate that two selection sets are equal. Right now we demand that they even have the fields in the same order; ideally we'd allow any equivalent selections. That's surprisingly much work, although it's quite well separated from the rest of the codebase (just modify selectionsMatch in generate/validation.go).

コントリビューターガイド