OBJECT

UseChatNotificationTokenPayload

UseChatNotificationTokenPayload is the return of the UseChatNotificationToken mutation.

link GraphQL Schema definition

1type UseChatNotificationTokenPayload {
2
3# If the token was successfully used.
4isSuccess: Boolean!
5
6}