INPUT_OBJECT
UseChatNotificationTokenInput
UseChatNotificationTokenInput is the input required for the UseChatNotificationToken mutation.
link GraphQL Schema definition
1 input UseChatNotificationTokenInput { 4 2 # The channel that this token will be used on. 3 : String! 7 5 # Whether or not to include user's streak tenure. 6 : Boolean! 10 8 # An optional message that will be displayed when this chat token is used. 9 : String 13 11 # An optional ID of token to be used. 12 : ID 14 }