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

[chore][GraphQL] Clean-up unused commands #18287

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Commits on Aug 19, 2024

  1. [chore][GraphQL] Clean-up unused commands

    ## Description
    
    Remove commands to generate examples, markdown and schema from the
    main binary as we do not use them:
    
    - Instead of generating examples, we have hand-crafted examples in our
      docs. Removing this code also removes a test that forces
      regeneration of a markdown file from these docs (which we also were
      not using).
    - We also never used the output from the `generate-schema`
      sub-command, because the schema was always available as a file, or
      via introspection commands from the running service.
    - Logic for gathering examples to test has been moved into the test
      file, to avoid including test-only code in the main library.
    
    ## Test plan
    
    CI
    amnn committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3a71484 View commit details
    Browse the repository at this point in the history