Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a prefer_single_line_descriptions option on SDLExportOptions #955

Merged
merged 2 commits into from Jun 25, 2022
Merged

Add a prefer_single_line_descriptions option on SDLExportOptions #955

merged 2 commits into from Jun 25, 2022

Commits on Jun 20, 2022

  1. Add a prefer_single_line_descriptions option on SDLExportOptions

    The default export uses three lines for each description. Single-line
    descriptions improve the readability of the exported SDL when there are
    many short descriptions.
    ivan committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    d1efe9f View commit details
    Browse the repository at this point in the history
  2. export_sdl: escape " in single-line descriptions

    I confirmed that graphql-code-generator properly handles SDL with this escaping.
    ivan committed Jun 20, 2022
    Configuration menu
    Copy the full SHA
    c17b12e View commit details
    Browse the repository at this point in the history