Replies: 9 comments 6 replies
-
An 'http headers' tab, as per discussion on #59 🙏 (perhaps not a 'new' feature as you say it should be possible already?) |
Beta Was this translation helpful? Give feedback.
-
hey @penx! that feature already exists in playground, so it's already implicitly part of the new preset, and will be available as a plugin for other presets. I'm specifically asking for new features that |
Beta Was this translation helpful? Give feedback.
-
regarding that feature, we hope to have a whole network sidebar with per-project default headers, verbs per operation type, other settings, in addition to the headers tab as a standalone plugin. because HTTP is not a requirement for GraphiQL, in 0.x or 1.x, it won't be part of core but all via closely maintained official plugins. the headers tab specifically will be maintained by the proposed playground preset crew referenced above! https://github.com/graphql/graphiql/projects/10#card-30636148 here's the card I have for this plugin, hope to convert it to an issue soon once the plugin API is more in progress (still re-architecting state management as a precursor for this project https://github.com/graphql/graphiql/projects/4) :) for more information, here's this meta-issue for plugins API that I'm gonna keep adding to: |
Beta Was this translation helpful? Give feedback.
-
Export/Import operations as collections: graphql/graphql-playground#6. This is so useful for collaborating with team members and for working on different machines. |
Beta Was this translation helpful? Give feedback.
-
nice! we were planning on introducing a plugin for importing queries as a collection early on, in beta or the first few major versions. |
Beta Was this translation helpful? Give feedback.
-
I think the ability to click on a Query or Mutation from the docs and automatically populate the CodeMirror edit with a sample query would be nice. If another team at an organization that isn't using GraphQL wants to view the data, they wouldn't need to look up the syntax to get started :) |
Beta Was this translation helpful? Give feedback.
-
Currently I'm facing a problem with Another feature I can think of is the ability to send someone a link (URL) that would populate a new tab on their browser with the query and variables. A way to share without using an external service like |
Beta Was this translation helpful? Give feedback.
-
I think the ability to suggest the saved endpoints in the first screen, where we are asked to enter the GraphQL's HTTP endpoint. This should not be a problem as the playground is already saving the workspace data against the used HTTP endpoint. |
Beta Was this translation helpful? Give feedback.
-
do we have feature to store temporarily as well instead of ctrl z all the time? so I have btter review between different query perhaps in split viewer as well? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions