Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce UI Elements to show when graphql_documents will expire #245

Open
jasonbahl opened this issue Aug 9, 2023 · 0 comments
Open

Introduce UI Elements to show when graphql_documents will expire #245

jasonbahl opened this issue Aug 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jasonbahl
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant