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
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7c40b47
first try as internal plugin
LekoArts Apr 19, 2022
028b08d
fix types
LekoArts Apr 19, 2022
3b49391
remove unused stuff
LekoArts Apr 20, 2022
776b143
begin moving to internal
LekoArts Apr 21, 2022
077a863
move more to own state machine
LekoArts Apr 21, 2022
6b677cb
remove internal plugin
LekoArts Apr 22, 2022
6d8c210
have initial creation working
LekoArts Apr 22, 2022
a2a6e46
only strict filter TS types
LekoArts Apr 22, 2022
8aeed25
Merge branch 'master' into poc/typegen
LekoArts Apr 25, 2022
3e76b5d
move stuff around
LekoArts Apr 25, 2022
193a5fb
support gatsby-node.ts in root and local plugins
LekoArts Apr 25, 2022
97678b7
Merge branch 'master' into poc/typegen
LekoArts Apr 25, 2022
91bd469
make it experimental
LekoArts Apr 25, 2022
c0f5889
add schema rebuilding
LekoArts Apr 26, 2022
6f39fc6
use createMachine
LekoArts Apr 26, 2022
46a890c
re-generate types/fragments
LekoArts Apr 26, 2022
92cf7d6
change type
LekoArts Apr 27, 2022
67a4e14
remove unneeded changes
LekoArts Apr 27, 2022
3267cb5
Merge branch 'master' into poc/typegen
LekoArts Apr 27, 2022
59fd0af
tried to fix ts-ignore without success
LekoArts Apr 27, 2022
75bfdcc
better error handling for documents
LekoArts Apr 28, 2022
dbb5423
name queries with param
LekoArts Apr 28, 2022
4d10b8c
Fix third-party fragments
LekoArts Apr 28, 2022
4c8dcff
add e2e test cases
LekoArts Apr 28, 2022
22d640e
linting
LekoArts Apr 28, 2022
d6b02fd
types
LekoArts Apr 28, 2022
5357ba6
review comments
LekoArts Apr 28, 2022
84d1c65
get rid of some of ts-ignores
pieh Apr 28, 2022
5cbcf58
pass required program
LekoArts Apr 28, 2022
257cc2c
Merge branch 'master' into poc/typegen
LekoArts Apr 28, 2022
0e5b13e
review comments
LekoArts May 2, 2022
7d0b681
use noCI for now
LekoArts May 3, 2022
16b133e
forgot env var in e2e test
LekoArts May 3, 2022
5a5cc0b
merge master
LekoArts May 3, 2022
a93a1cd
merge master
LekoArts May 3, 2022
d4d2f37
ward review comments
LekoArts May 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove internal plugin
  • Loading branch information
LekoArts committed Apr 22, 2022
commit 6b677cb5ba72632f015724a2f414c93fe2937257
127 changes: 0 additions & 127 deletions packages/gatsby/src/internal-plugins/typegen/gatsby-node.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/gatsby/src/internal-plugins/typegen/index.js

This file was deleted.

Loading