A few ideas improving SpectaQL
hey, in that issue i want to collect a few ideas from me, what would be nice having in SpectaQL
- SortFunction: So i can sort the the Shema-operations/Types/.... alphabetically or in some other way
- Group possibility light: To package operations in logical groups and the same for the Types and so on (but letting them in their root-group operations and types)
- Group possibility advanced: To package operations together with its Types in groups (no root-groups any more)
- FilterFunction: So that i can filter out operations/types/.... not showing to the user
- Description append/prepend/replace possibility: So that i can add some more text, which doesn't come from the introspection-query to enrich and extend the documentation for each operation/type/maybe also fields? and so on
- Modals, see #194
- Scoped-View, see #195
Ok i saw that you still have some mechanism to filter out information :+1:
Maybe one additional idea to the grouping, but not a replacing idea of that feature^^:
- The possibility to add related links to an type, seeing there a list of operation which use this type.
Adding grouping options would be really great, I just wanted to make the same suggestion when I found your issue here. ;-)
Guess grouping is the same request than this one here actually: https://github.com/anvilco/spectaql/issues/101
Having a playground/sandbox option
Having a playground/sandbox option
@louisa-ba can you elaborate a bit more on what you mean and would to see?
I've added maybe two interessting more feature-requests: see (Modals) #194 and (Scoped Views) #195
it would replace the normal grouping-feature
Having a playground/sandbox option
@louisa-ba can you elaborate a bit more on what you mean and would to see?
@newhouse I think he meant something like GraphQL playground or Apollo Studio integrated into Spectaql
Having a playground/sandbox option
@louisa-ba can you elaborate a bit more on what you mean and would to see?
The ability to enter demo apikey and to send sample payload for an operation
https://github.com/graphql/graphql-playground
I have seen this in a lot of restful apis and it's very helpful.