feat: Update the GraphQL page
See original GitHub issueUpdate the GraphQL page from GraphiQL to GraphQL Playground by Prisma Labs. It provides a better and Interactive UI for testing and checking Endpoints. Demo
I could make a PR for the same by Changing the contents of the GRAPHIQL
variable here https://github.com/encode/starlette/blob/c5239ba89bc273645c82bd76bce185a5bd4964c7/starlette/graphql.py#L147-L279
I’ll start working on this if this gets a green flag 😅 😅
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Appsmith - How To Use GraphQL (Feat. Hasura) - YouTube
Did you know you can use GraphQL in Appsmith? While we do not yet have native support for GraphQL, it's 100% possible to...
Read more >Pagination | GraphQL
The ability to ask for information about the edge itself, like cursor or friendshipTime . The ability to change how our backend does...
Read more >How Facebook organizes their GraphQL code
While GraphQL is a convenient way to fetch data, you don't need to design your backend around it. Instead, just write your backend...
Read more >Complete Introduction to Fullstack, Type-Safe GraphQL (feat ...
Update 19/11/2020: The tutorial has been updated to use Nexus ... In the /pages/api/graphql.ts file, write the following boilerplate code:.
Read more >REST easy, GraphQL is here - Changelog
In this special rebroadcast of JS Party, Jerod and Suz talk with John Resig about how he's using GraphQL at Khan Academy, some...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @tomchristie I actually Tried it by playing a bit with Source code and it actually worked and really well too…
This is the source code for it
I think I probably just need to leave this one in other folk’s hands.
I’d be totally happy with someone starting up a project based on the existing
graphql.py
and associated tests & docs. If someone happens to take a propactive lead on that, then we can consider deprecating the built-in option, and instead start linking out to third parties instead.