Merge pull request #2515 from omnivore-app/fix/push-notification

fix/push notification
This commit is contained in:
Hongbo Wu
2023-07-26 12:36:13 +08:00
committed by GitHub
16 changed files with 241 additions and 106 deletions

View File

@ -48,6 +48,7 @@ describe('Rules Resolver', () => {
}`
)}],
enabled: ${enabled}
eventTypes: [PAGE_CREATED, PAGE_UPDATED]
}) {
... on SetRuleSuccess {
rule {
@ -116,6 +117,7 @@ describe('Rules Resolver', () => {
enabled
createdAt
updatedAt
eventTypes
}
}
... on RulesError {