-
Notifications
You must be signed in to change notification settings - Fork 17
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
Generate schema for isograph.config.json
#290
Closed
PatrykWalach
wants to merge
56
commits into
isographlabs:main
from
PatrykWalach:generate-json-schema
Closed
Changes from all commits
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
5acc0d1
process client pointer
PatrykWalach f8e539f
fix parse
PatrykWalach dd5582a
update `encountered_fields`
PatrykWalach 753cd98
refactor `validate_isograph_selection_set_directives`
PatrykWalach 050b5aa
use `ClientType`
PatrykWalach 8a113c8
change error message
PatrykWalach 941d72a
Merge branch 'main' into process-client-pointer
PatrykWalach fdc36c3
replace `None` with `todo!()`
PatrykWalach 61e70e8
map Span with `and_then`
PatrykWalach e514dff
rename args to `scalar_field_selection` and `object_pointer_selection`
PatrykWalach a34cb58
refactor span with `and_then`
PatrykWalach aec18e5
fix typo `encountered` error message
PatrykWalach 61f02e8
remove `unwraps`
PatrykWalach 4f6bc48
update comments
PatrykWalach 13047c5
completely remove `unwraps`
PatrykWalach 81dafea
use `GraphQLTypeAnnotation` for `to_type`
PatrykWalach 8d9614a
Merge branch 'main' into process-client-pointer
PatrykWalach a626af2
generate json schema
PatrykWalach 5b0fa7d
use generated schema
PatrykWalach 82aa102
build schema in ci before publish
PatrykWalach d067a5d
Merge branch 'main' into generate-json-schema
PatrykWalach 779aeb4
generate json schema
PatrykWalach 7f98886
use generated schema
PatrykWalach 1d8627f
build schema in ci before publish
PatrykWalach 4f7a627
chore: Fix vite-demo type checking (#265)
lanesawyer 82f0724
update docs and demo slightly (#275)
rbalicki2 80793a4
no need to return data in example
rbalicki2 c661490
update docs some more
rbalicki2 bacf688
FetchOptions now have optional `onCompleted` and `onError` callbacks.
rbalicki2 8ff0f08
add more to documentation
rbalicki2 6214450
reshuffle sidebars
rbalicki2 5d29372
add docs on conditional fetching
rbalicki2 7e4c3ff
add parameters docs
rbalicki2 8def7af
update pagination docs
rbalicki2 eb40343
link to moar from quickstart
rbalicki2 83feebf
update docs
rbalicki2 9049397
extract repository row into its own component
rbalicki2 1defe4c
simplify newsfeed pagination
rbalicki2 c2d4a6f
add documentatiaon about 3D and isConcreteType fields
rbalicki2 9f9ea34
oops - things were build using a compiler from the wrong commit
rbalicki2 8dc4e0e
update docs
rbalicki2 848afe6
update workflow
rbalicki2 4b45e14
fix: Add noUncheckedIndexAccess to tsconfig (#281)
lanesawyer 223530d
log a message when a network response errors out
rbalicki2 3a8cf8f
adjusts vsCode extension to use npm instead of pnpm (#283)
saminoorsyed b334375
update dev workflow doc to reflect VSCode extension setup (#284)
saminoorsyed decbe83
replace std::Error with String (#285)
ch1ffa 5e8e13d
update quickstart to note latest main
rbalicki2 14474de
do not specify dependency version for @isograph/disposable-types in i…
rbalicki2 61b4492
v0.3.0
rbalicki2 ae38787
remove unused import
rbalicki2 4699eef
remove unused import
rbalicki2 51fd3f7
onComplete takes a parameter (TClientFieldValue aka TResult)
rbalicki2 e042b66
remove unused imports
rbalicki2 92c6614
remove unused import
rbalicki2 06801b3
Merge branch 'generate-json-schema' of github.com:PatrykWalach/isogra…
PatrykWalach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,4 @@ | |
**/.docusaurus/** | ||
**/dist/** | ||
**/relay-crates/** | ||
isograph-config-schema.json |
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 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
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry I meant to rebase just the commits that relate to generating the schema, i.e. we shouldn't have any changes related to ☝️