Yaak Logo
Yaak
Feedback/Don't see hints from GraphQL introspection

Don't see hints from GraphQL introspection

jonasnobile ·3 years ago
Released

It looks like Yaak has a problem with bigger schemas. I can seen introspection in console, but the client doesn't show any hints when I'm typing queries.

MacOS Sonoma 14.5

Yaak: version 2024.6.4 (20240613.141117)


Comments (13)

Sign in to leave a comment.

Gregory Schier

Any chance you have an endpoint to reproduce with?

jonasnobile OP

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.

jonasnobile OP

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

jonasnobile OP

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.

jonasnobile OP

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

jonasnobile OP

Gregory Schier Happy to help!

Gregory Schier
Gregory Schier
Type to search feedback...