Don't see hints from GraphQL introspection
complete
Gregory Schier
complete
https://yaak.app/blog/2024.7.0
Gregory Schier
in progress
Gregory Schier
under review
Any chance you have an endpoint to reproduce with?
jonas
Gregory Schier It's different project (smaller), but with the same problem.
curl -X POST 'https://api-artycok-tv.eu.contember.cloud/content/artycok-tv/live' \
--header 'Content-Type: application/json' \
--data-raw $'{
"query": "{\n listPost(limit: 10) {\n id\n }\n}"
}' \
--header 'Authorization: Bearer d114ce00df07482da9946492e1d2f0b3c3eaa403'
Gregory Schier
Hmm, I can't seems to reproduce this so perhaps the app is getting in a weird state instead of the endpoint being the problem. Pressing Ctrl+Space correctly shows the hints. I will take some time and see if I can reproduce.
jonas
Gregory Schier I've tried to place it to new workspace. Still same. Smaller schemas work fine.
Gregory Schier
jonas Is there any chance your computer is low on disk space? The schema is stored in localStorage so it might be that your webview has a lower max capacity for LocalStorage than mine. I'll change the storage engine for this in the next release
jonas
Gregory Schier Shouldn't be.
Gregory Schier
jonas It might still be the issue. I'll try getting a beta out tomorrow for you to test against.
Gregory Schier
jonas Can you try the latest beta to see if that fixed it? You can switch the update channel to "beta" within the app settings.
jonas
Gregory Schier It helped! It's working with beta. Thanks 🙏
Gregory Schier
jonas awesome, thanks for helping me fix that one! It's been an issue for a while
jonas
Gregory Schier Happy to help!