Skip to content

Commit

Permalink
🐛 (pinger) allow unsubscribed_at field to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Jun 3, 2024
1 parent cfbafaa commit f3cc2a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/query.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ type Pinger {
comments: String
marketing: Boolean
created_at: String!
unsubscribed_at: String!
unsubscribed_at: String
unsubscribe_key: String!
}

Expand Down

0 comments on commit f3cc2a1

Please sign in to comment.