Is it possible to add a search inside the docs section, but that mantain the "add query"/"add mutation" button?
When you have a very long list of query or mutation, with similar name it's difficult to find the right entity to use without search, but if you search , you lost the possibility to use the add ... button.
I'd like a general search that only filter the list below. A dynamically filtered list, when you filter by write into the search input then you mantain the same appearence of the list but filtered. In this scenario the list mantains buttons to add querymutations.

Maybe the easiest way to implement can be adding a button inside the Query/Mutations detail, that appear when you search and find only one entity.

Thanx alot for the attention.
(I add a modified UI possibilities)
I'll look into this as soon as I can.
Thnx @imolorhe
I'm going with the implementation of adding the button the the query details view. So after searching for a query and clicking it from the results, you can click the Add query button for that query, and not just its fields.
Most helpful comment
I'm going with the implementation of adding the button the the query details view. So after searching for a query and clicking it from the results, you can click the Add query button for that query, and not just its fields.