Each collection can have subfolders within it.
Each collection can be named, duplicated, exported.
Maybe lazy loaded.
Store collection data in indexedDb.
http://dexie.org/
Parse markdown.
https://www.npmjs.com/package/ngx-md
https://www.npmjs.com/package/ngx-markdown
// collection
{
title: '',
description: '', // markdown support
collections: [], // collection[]
queries: [{ title: '', description: '', ...query }],
created_at: null,
updated_at: null
}
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi, here are some thoughts.
Thank you.
@kurisutofu How do you mean by "scoping headers, variables and subscriptions per collection"? Currently a query comprises of the actual query, headers, variables and URL attached to it, so when they are added to a collection, they are stored in the same way too.
@imolorhe , I just noticed it was true ... I'll update the comment ;)
Hi,
Another one.
@kurisutofu I am not really sure I understand the last point. Are you asking if having a query in a collection would overwrite another query with the same name in that collection?
@imolorhe , I'm not asking if it overwrites. According to my tests, it does not and this is a problem.
For example. you saved a query "test" in collection "set1". If you save again and choose the same name "test" and choose the collection "set1", you end up with 2 queries named "test" in collection "set1".

Thanks for the collections, they are pretty useful and nice.
I'm having same problems with them as @kurisutofu - without being able to update query that is already in collection or delete it from collection altogether, they quickly accumulate a lot of cruft. Which makes it harder to find the queries that you actually care about. :)
@ivan-kolmychek The delete tasks have been done. They would be available in the next version.
@imolorhe It would be nice to sort the names of the queries per collection. This would be useful for query collections that follow a certain workflow for their GraphQL application.
@carloditan24 Can you explain more? I am not sure I really understand what you are referring to.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm almost done creating a Feature request for exporting collection but it seems already mentioned here.
It'll be a great help. Let me have a tactical dot here incase of updates :+1:
@klawingco I added that initially but no one mentioned it so I wasn't sure if anyone wanted it. Good to know someone is interested in it 馃槃
Most helpful comment
@ivan-kolmychek The delete tasks have been done. They would be available in the next version.