Skip to content

Introduce UI Elements to show when graphql_documents will expire #245

@jasonbahl

Description

@jasonbahl

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

No one assigned

    Labels

    type: enhancementImprovements to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions