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

[Internal, New Feature, No Breaking] Rewrite resolver for customization and user-selectable schema #172

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 13, 2024

  1. Rewrite Resolver. This enables to implement custom resolvers.

    I implemented resolutions as vectors but dicts may be better.
    However, it breaks the order, I leave it as it is.
    Paalon committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    3e43521 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    94ea1a4 View commit details
    Browse the repository at this point in the history
  2. Add more comments.

    Paalon committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    544f019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25ba847 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    f4815e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    7aa3d0c View commit details
    Browse the repository at this point in the history