You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: