-
Notifications
You must be signed in to change notification settings - Fork 662
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
[IJ plugin] Use apollo-debug-server to retrieve normalized caches #5348
Conversation
aa59fb4
to
0a391b6
Compare
0a391b6
to
8bc6d9f
Compare
✅ Deploy Preview for apollo-android-docs canceled.
|
8bc6d9f
to
8d84efc
Compare
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.
🚀
introspection { | ||
endpointUrl.set("http://localhost:12200/") | ||
schemaFile.set(file("../libraries/apollo-debug-server/src/androidMain/resources/schema.graphqls")) | ||
} |
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.
Do we need introspection for this given that the schema is checked in source control?
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.
Not really, but it's handy because it allows the IJ plugin to be configured with a URL, then we can execute queries in-IDE.
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.
👀 oohoho I see 👍 . The introspection {}
block is a bit misleading here, maybe we could rework that later... Anyways, cool stuff 👍
Screen.Recording.2023-11-03.at.14.48.46.mov