supabase / pg_graphql

GraphQL support for PostgreSQL
https://supabase.github.io/pg_graphql
Apache License 2.0
2.88k stars 101 forks source link

In graphql playground - headers and persisting option - are resets automatically on 3rd run #531

Closed leefordjudes closed 3 months ago

leefordjudes commented 3 months ago

Describe the bug Headers and variables are not persisted, and persisting option is also reseted.

To Reproduce Steps to reproduce the behavior:

  1. 1st run: set header and make persist

Screenshot 2024-06-13 091641

  1. 2nd run: close browser, now, header available, but persist header setting option reset.

Screenshot 2024-06-13 091712

  1. 3rd run: close browser, now header removed due to previous persist header setting option.

Screenshot 2024-06-13 091740

Expected behavior Headers & variables are persist once it setted.

Versions:

olirice commented 3 months ago

@alaister could you pls take a look when you get sec?

alaister commented 3 months ago

Hi @leefordjudes,

Is this in the GraphiQL inside the Supabase dashboard or another GraphiQL?

leefordjudes commented 3 months ago

Oh! sorry, pls excuse me. It comes from async-graphql. not supabase dashboard. I will close this issue.