-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NextJs] GraphQL schema updates and fragment data generation removal (#…
…648) * Removed GraphQLFragmentTypes.json and corresponding script to generate. This is no longer needed with our removal of Apollo in the sample app. Also, added apikey to the introspection fetch and switched to use our GraphQLRequestClient as opposed to cross-fetch. * Updates for item children GraphQL edge schema change (now uses item search results pattern vs an array of items).
- v22.5.1
- v22.5.0
- v22.5.0-beta.4
- v22.5.0-beta.3
- v22.5.0-beta.2
- v22.5.0-beta.1
- v22.4.1
- v22.4.0
- v22.3.1
- v22.2.1
- v22.2.0
- v22.1.4
- v22.1.3
- v22.1.2
- v22.1.1
- v22.1.0
- v22.0.0
- v21.9.0
- v21.8.0
- v21.7.1
- v21.7.0
- v21.6.4
- v21.6.3
- v21.6.2
- v21.6.1
- v21.6.0
- v21.6.0-beta.1
- v21.5.3
- v21.5.2
- v21.5.1
- v21.5.0
- v21.4.0
- v21.3.1
- v21.3.0
- v21.2.4
- v21.2.3
- v21.2.2
- v21.2.1
- v21.2.0
- v21.1.7
- v21.1.6
- v21.1.5
- v21.1.4
- v21.1.3
- v21.1.2
- v21.1.1
- v21.1.0
- v21.0.10
- v21.0.9
- v21.0.8
- v21.0.7
- v21.0.6
- v21.0.5
- v21.0.4
- v21.0.3
- v21.0.2
- v21.0.1
- v21.0.0
- v20.4.0
- v20.3.3
- v20.3.2
- v20.3.1
- v20.3.0
- v20.2.3
- v20.2.2
- v20.2.1
- v20.2.0
- v20.1.3
- v20.1.2
- v20.1.1
- v20.1.0
- v20.0.3
- v20.0.2
- v20.0.1
- v20.0.0
- v19.0.6
- v19.0.5
- v19.0.4
- v19.0.3
- v19.0.2
- v19.0.1
- v18.0.2
- v18.0.1
- 21.2.2
Showing
13 changed files
with
20,207 additions
and
20,194 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
* | ||
!.gitignore | ||
!GraphQLFragmentTypes.json | ||
!GraphQLIntrospectionResult.json |
This file was deleted.
Oops, something went wrong.
39,946 changes: 20,156 additions & 19,790 deletions
39,946
samples/nextjs/src/temp/GraphQLIntrospectionResult.json
Large diffs are not rendered by default.
Oops, something went wrong.