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(gatsby): allow referencing derived types in schema customization #34787

Merged
merged 13 commits into from
Feb 15, 2022

Commits on Feb 10, 2022

  1. add failing test

    pieh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    529906a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000779b View commit details
    Browse the repository at this point in the history
  3. revert move

    pieh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    155e955 View commit details
    Browse the repository at this point in the history
  4. convert schema printer to TS and use type composers as much as possib…

    …le instead of graphql-js
    pieh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    d15f235 View commit details
    Browse the repository at this point in the history
  5. bump graphql-compose

    pieh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    0c0528a View commit details
    Browse the repository at this point in the history
  6. fix DEPRECATED_SORTABLE - don't apply it to rest of fields in current…

    … iteration, only apply it if field or ancestor has args
    pieh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    9079b39 View commit details
    Browse the repository at this point in the history
  7. empty

    pieh committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    f95b5e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. require -> import

    pieh committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    e850e63 View commit details
    Browse the repository at this point in the history
  2. type schema print config

    pieh committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    77faf7d View commit details
    Browse the repository at this point in the history
  3. any -> unknown

    pieh committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    727629d View commit details
    Browse the repository at this point in the history
  4. drop commented out code

    pieh committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    c0dce87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa9cc10 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. fix types without owner plugin

    pieh committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1d64f0c View commit details
    Browse the repository at this point in the history