rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Extending toolbar #31

Open heinrichhanekom opened 6 years ago

heinrichhanekom commented 6 years ago

Is it possible to extend the toolbar as explained in https://github.com/graphql/graphiql#usage-examples ?

The end goal would be to be add a dropdown with some example queries. That when click would be added to the query window. Kind of like here https://github.com/graphql/graphiql/issues/614