Skip to content

Commit

Permalink
Merge pull request #377 from authorizerdev/fix-webhook-test-endpoint
Browse files Browse the repository at this point in the history
fix: test webhook endpoint mutation
  • Loading branch information
lakhansamani committed Aug 1, 2023
2 parents fab3c2f + 9a8d20b commit b028be3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
1 change: 0 additions & 1 deletion dashboard/src/pages/Webhooks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const Webhooks = () => {
useEffect(() => {
fetchWebookData();
}, [paginationProps.page, paginationProps.limit]);
console.log({ webhookData });
return (
<Box m="5" py="5" px="10" bg="white" rounded="md">
<Flex margin="2% 0" justifyContent="space-between" alignItems="center">
Expand Down
11 changes: 10 additions & 1 deletion server/graph/generated/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions server/graph/model/models_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions server/graph/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ input WebhookRequest {
input TestEndpointRequest {
endpoint: String!
event_name: String!
event_description: String
headers: Map
}

Expand Down

0 comments on commit b028be3

Please sign in to comment.