Add sdl download ability to client:download-schema#1470
Add sdl download ability to client:download-schema#1470JakeDawkins merged 16 commits intoapollographql:masterfrom
Conversation
|
@essaji: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/ |
c3108d0 to
7315794
Compare
7315794 to
0a7c718
Compare
1b0f62f to
75476ab
Compare
|
I was just wondering why this is not possible. Can we get a release with this soon? |
|
@jgzuke |
|
Is there anything blocking this being merged? It will make some of my team's development tooling much simpler. |
|
I know this wasn't discussed in the original issue, but why not use the file extension to determine what format to save in? I think the output could be something like Also, editing the readme directly doesn't work, you need to edit the flag descriptions in the source. That section of the readme is generated :) |
|
@JakeDawkins that was a good idea, I have updated the code accordingly. And yeah I was wondering why updating readme file was causing to break the tests 😄 thanks for letting me know. |
|
nice! One last change, and this should be good to go! Can you change the description of the |
|
@JakeDawkins Description updated |
|
Woo! Thanks @essaji :) I'll get this out in the next release in the next day or two! |
|
Its been a few weeks now, is there any info when we can expect this to be published? Thanks :) |
|
This should be released with |
TODO:
Using one of followings:
client:download-schema filename.graphqlclient:download-schema filename.graphqlsclient:download-schema filename.gqlwill download graphql schema in SDL format
Related issue: #1408