You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
Thank you very much, I was about to write very similar stuff for Admin Panel purpose (will most likely publish ra-data-postraphile pkg as well)
as wiki mentions: playground (optional): set this to true to enable the Playground interface (Defaults to false) - for me this does not work. However, using "native" option graphiql: true takes correct effect - but only if provided together with playground. This is rather strange effect, not sure if desired or has any practical reasons.
I just noticed that if playgroundandgraphiql are both true, both paths are available. I believe it should be consistent with postrgraphi and keep original route instead of playground 🤔
Would be happy to assist in "fixing" (or documenting) this is you can drop any hint.
Hello there!
Thank you very much, I was about to write very similar stuff for Admin Panel purpose (will most likely publish ra-data-postraphile pkg as well)
as wiki mentions:playground (optional): set this to true to enable the Playground interface (Defaults to false)- for me this does not work. However, using "native" optiongraphiql: truetakes correct effect - but only if provided together withplayground. This is rather strange effect, not sure if desired or has any practical reasons.I just noticed that if
playgroundandgraphiqlare bothtrue, both paths are available. I believe it should be consistent with postrgraphi and keep original route instead ofplayground🤔Would be happy to assist in "fixing" (or documenting) this is you can drop any hint.
Thanks!