Skip to content

SchemaPrinter improvements#600

Closed
michaelplavnik wants to merge 3 commits into
graphql-java:masterfrom
michaelplavnik:master
Closed

SchemaPrinter improvements#600
michaelplavnik wants to merge 3 commits into
graphql-java:masterfrom
michaelplavnik:master

Conversation

@michaelplavnik

Copy link
Copy Markdown
Contributor
  1. Allow subclasses of the GraphQL schema types to be printed.
    For example, graphql-spqr generates schema out of GraphQL types subclasses and changes in this commit allow to print such schema correctly.

  2. Replace '-' character in documentation with one from cp1252 code page.
    Documentation build on windows failed as '-' character was not from cp1252 code page.

  3. Beautify printed output by ignoring empty descriptions.

mp81682 and others added 3 commits August 4, 2017 08:33
Documentaiton build on windows failed as '-' character was not from cp1252 code page (first 127 codes).
1. graphql-spqr generates schema out of GraphQL types subclasess and changes in this commit handle it correctly.

2. Empty discriptions are not printed out.
@andimarek

Copy link
Copy Markdown
Member

@michaelplavnik thank you very much for this PR.

One suggestion: Could you split it up and make different PRs out of it? Because some aspects we could merge right away (the documentation fix for example) and others we need to talk about a bit.

It would really help to stay focused.
Thanks!

@andimarek

Copy link
Copy Markdown
Member

Note: The documentation fix is now done: see #636

@bbakerman

Copy link
Copy Markdown
Member

Now done via another PR

@bbakerman bbakerman closed this Aug 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants