Add printFineSchema() for printing hierarchy ordered types.#281
Add printFineSchema() for printing hierarchy ordered types.#281iamchenxin wants to merge 2 commits intographql:masterfrom
Conversation
|
Thanks for assembling this, this is really awesome. I'm curious why you think |
|
Also, I'm curious about the primary motivation. Are you looking for Or are you just looking to see these printed in a way that is easier to read in the output? |
|
@leebyron I write |
|
@leebyron hello, is this suitable for merge? Cause im poor at english, if i have some misunderstanding about your meaning,please forgive me. |
|
What I'm trying to understand is the purpose - the "why" of this method. Have you added it because it should definitely exist in parallel to the existing |
|
Maybe it is some personal usage for me(just a few people need this). |
…are determined by reference/extends between each type make printSchema print schma in two style(alphabetical or hierarchy)
0034818 to
370422d
Compare
Add printFineSchema() for printing hierarchy ordered types,the ranks are determined by reference/extends between each type.
Not modify the original printSchema.
Something like :
will be ordered to their hierarchy , more details is in tests