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

Create a scheduled invocations page for each webhook #56

Open
mr-loop-1 opened this issue Nov 4, 2022 · 0 comments
Open

Create a scheduled invocations page for each webhook #56

mr-loop-1 opened this issue Nov 4, 2022 · 0 comments

Comments

@mr-loop-1
Copy link
Collaborator

In the /webhooks route, where all webhooks are listed, create a show "schedules" button.

On the new page, list all the schedules available for that webhook and seaprate them into two switchable menus of "scheduled" and "completed" based on the isCompleted boolean present in each element of array

So,

query FindWebhookById($id: String!) {
    webhook: webhook(id: $id) {
      id
      include: {
        scheduledInvocations: true
      }
    }
  }

could do the trick

@jonparker jonparker added this to the Initial release milestone Nov 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants