Feature: Merge request document #4717
Unanswered
unedited-despair
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I have created multiple GraphQL request documents.
Now I'd like to create a single request document from it that combines/merges the original request documents.
Ideally, this combine/merge relationship should be dynamic so that changes in the origin request documents are reflected in the unified request document.
This could be implemented as follows:
All reactions