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

feat: webhooks new api using nestjs ConfigurableModuleClass #916

Merged
merged 1 commit into from
Jan 5, 2025

Conversation

underfisk
Copy link
Contributor

@underfisk underfisk commented Jan 5, 2025

Improvements

  • Webhooks module utilizes ConfigurableModuleClass from Nestjs
  • Includes an update to graphql-request README

Breaking changes

  • Initializing WebhooksModule no longer requires the module to be provided

New API example:

WebhooksModule.forRoot({
  requestRawBodyProperty:  'the body property name',
})

@underfisk
Copy link
Contributor Author

underfisk commented Jan 5, 2025

@WonderPanda We should include a version bump for the webhooks module

@underfisk underfisk enabled auto-merge (squash) January 5, 2025 01:25
@underfisk underfisk merged commit bf7da3f into master Jan 5, 2025
2 checks passed
@underfisk underfisk deleted the feat/webhooks-api-to-configurable-module-builder branch January 5, 2025 01:26
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

Successfully merging this pull request may close these issues.

1 participant