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

feat: Allow users to add Views #2114

Merged
merged 15 commits into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. Rename fromAstDefinition

    A schemaFromAstDefinition function will be added shortly
    AndrewSisley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c64af4c View commit details
    Browse the repository at this point in the history
  2. Pass in host name into fieldsFromAst

    This function will be called using an interface host, not just a object host soon.
    AndrewSisley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    ae0b5fe View commit details
    Browse the repository at this point in the history
  3. Don't rely on Collection in mapper

    Relying on schema only will make it easier in the near future when we start working with embedded (schema-only) types from complex views.  I think I managed to remove any bits of code that reference stuff on fields that is only accidentally on the schema object, so hopefully this should not complicate any future work where stuff current on schema fields gets moved to collection fields.
    AndrewSisley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    3eaa012 View commit details
    Browse the repository at this point in the history
  4. Allow users to add views

    AndrewSisley committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c0d1322 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1484964 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f946430 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4afcb22 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db5e804 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    45acb10 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bcc4c1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1f19bab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e4c1ee View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8af55c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3244b57 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b9e90e5 View commit details
    Browse the repository at this point in the history