-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
type: enhancementImprovements to existing functionalityImprovements to existing functionality
Description
In #227 we added the ability for GraphQL Documents to be garbage collected.
The logic is based on the post_modified date, and when a certain amount of time has passed, published documents that are not assigned to a "group" will be automatically deleted (i.e. old persisted queries created by the APQ workflow will be cleaned up).
As a user, I would like to see UI elements indicating when a GraphQL Document will "expire". I think a UI element in the list table and on individual document view would be nice.
That way I can easily identify which queries will be garbage collected (and when) and which will not be garbage collected.
Metadata
Metadata
Assignees
Labels
type: enhancementImprovements to existing functionalityImprovements to existing functionality