OBJECT

UpdateChangelogReadTimePayload

The result of a UpdateChangelogReadTimePayload mutation.

link GraphQL Schema definition

1type UpdateChangelogReadTimePayload {
2
3# The user whose changelog was marked as read.
4user: User
5
6}