graphql/graphql-js

merge ast trees

Open

#1,428 opened on 2018年7月21日

GitHub で見る
 (9 comments) (4 reactions) (0 assignees)TypeScript (2,223 forks)batch import
help wantedproposal

Repository metrics

Stars
 (19,825 stars)
PR merge metrics
 (平均マージ 12d 6h) (30d で 42 merged PRs)

説明

Feature request

Another feature that is extremely useful and utils are lacking it: merging ast trees.

Primary use case: merging two queries (selections) to dynamically construct queries. There are plenty of cases where it is needed, mainly in libraries and in cases of graphql to graphql communication.

PS It would be great if somebody can say how to do this properly now (simple deep merge doesn't wotk properly)

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