Kubuntu 16.04
How do we see the version? Its the latest bundled in Prisma as of 15 May 2018
Its not a bug, only a suggestion:
You MUST have the feature of graphiql:
{ users | } auto-completes with ALL fields of a User (ie it becomes { users {id, name, dob, ...} }){ users { | } } auto-completes with required or ID fields of a User (ie it becomes { users { id } })Life is so much better with these :-)
@anodynos I am only able to do the second feature in my graphiql/ where it gives me an ID field, when I type in {users} and hit ctrl+enter. Has this been implemented only recently in graphiql?
@capaj maybe, I can't remember where I found it, but it was very nifty indeed to have all the fields there, deleting the ones you don't want!
@anodynos that would be my preferred way of writing GQL queries
Any progress on that?
Maybe this can be useful: https://github.com/graphql/graphiql/issues/75#issuecomment-318756434
This feature is very helpful. Any progress so far?
It would also be great to has a button in the right "Docs" panel to generate and insert the query/mutation/subscription for the specific type with all its fields by one click.
FYI, Altair has a button to add queries and fragments from documentation. You can easily add a query (or fragment) you see in the documentation into the editor without having to manually type every field within the query: https://github.com/imolorhe/altair#add-queries-and-fragments-from-documentation.
Here is my vision:

+500
On Sun, Feb 17, 2019, 15:46 Alexey Rodionov <[email protected] wrote:
Here is my vision:
[image: insert-fields]
https://user-images.githubusercontent.com/7892779/52914630-e0aa6200-32db-11e9-819b-9f687d9a05cd.png—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/prisma/graphql-playground/issues/683#issuecomment-464465807,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AE64MOzR0ol06E8HmJ33qg_pzU07FdIwks5vOWs9gaJpZM4UAdjy
.
Small fix: this should work from the first level of nesting.
As for the recursive insert of fields, this is not a trivial task, because of avoiding of infinite recursion (cycles in the graph).

Small fixes:
Here's my vision:

For all who are interested in this feature, it's implemented in Altair GraphQL IDE. :wink:
For all who are interested in this feature, it's implemented in Altair GraphQL IDE.
Works great, thanks!
Any progress on this ? <3
Newbie here, trying all clients and can only see autocomplete field names not values. Think autocomplete configuration should be revisited to include more options for newbies (like me):
Or, is there something like this today in any other client?
PTAL at https://github.com/OneGraph/graphiql-explorer/issues/10 thread and especially https://github.com/OneGraph/graphiql-explorer/issues/10#issuecomment-586388805 comment. :wink:
Woah, so many options ;), decided to use the apollo express server with its graphiql client for now :)
Most helpful comment
Here is my vision: