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): Initial GraphQL Typegen Implementation #35487

Merged
merged 36 commits into from
May 3, 2022
Merged

Commits on Apr 19, 2022

  1. first try as internal plugin

    LekoArts committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7c40b47 View commit details
    Browse the repository at this point in the history
  2. fix types

    LekoArts committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    028b08d View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. remove unused stuff

    LekoArts committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    3b49391 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. begin moving to internal

    LekoArts committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    776b143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    077a863 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. remove internal plugin

    LekoArts committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    6b677cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8c210 View commit details
    Browse the repository at this point in the history
  3. only strict filter TS types

    LekoArts committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a2a6e46 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Configuration menu
    Copy the full SHA
    8aeed25 View commit details
    Browse the repository at this point in the history
  2. move stuff around

    LekoArts committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    3e76b5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    193a5fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97678b7 View commit details
    Browse the repository at this point in the history
  5. make it experimental

    LekoArts committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    91bd469 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. add schema rebuilding

    LekoArts committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    c0f5889 View commit details
    Browse the repository at this point in the history
  2. use createMachine

    LekoArts committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    6f39fc6 View commit details
    Browse the repository at this point in the history
  3. re-generate types/fragments

    LekoArts committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    46a890c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. change type

    LekoArts committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    92cf7d6 View commit details
    Browse the repository at this point in the history
  2. remove unneeded changes

    LekoArts committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    67a4e14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3267cb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59fd0af View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Configuration menu
    Copy the full SHA
    75bfdcc View commit details
    Browse the repository at this point in the history
  2. name queries with param

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    dbb5423 View commit details
    Browse the repository at this point in the history
  3. Fix third-party fragments

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4d10b8c View commit details
    Browse the repository at this point in the history
  4. add e2e test cases

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4c8dcff View commit details
    Browse the repository at this point in the history
  5. linting

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    22d640e View commit details
    Browse the repository at this point in the history
  6. types

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d6b02fd View commit details
    Browse the repository at this point in the history
  7. review comments

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5357ba6 View commit details
    Browse the repository at this point in the history
  8. get rid of some of ts-ignores

    pieh committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    84d1c65 View commit details
    Browse the repository at this point in the history
  9. pass required program

    LekoArts committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5cbcf58 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    257cc2c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. review comments

    LekoArts committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0e5b13e View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. use noCI for now

    LekoArts committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7d0b681 View commit details
    Browse the repository at this point in the history
  2. forgot env var in e2e test

    LekoArts committed May 3, 2022
    Configuration menu
    Copy the full SHA
    16b133e View commit details
    Browse the repository at this point in the history
  3. merge master

    LekoArts committed May 3, 2022
    Configuration menu
    Copy the full SHA
    5a5cc0b View commit details
    Browse the repository at this point in the history
  4. merge master

    LekoArts committed May 3, 2022
    Configuration menu
    Copy the full SHA
    a93a1cd View commit details
    Browse the repository at this point in the history
  5. ward review comments

    LekoArts committed May 3, 2022
    Configuration menu
    Copy the full SHA
    d4d2f37 View commit details
    Browse the repository at this point in the history