INPUT_OBJECT

UpdateLiveUpNotificationInput

The required input for a updateLiveUpNotification mutation.

link GraphQL Schema definition

1input UpdateLiveUpNotificationInput {
7
2# The text that will be in the notification that sends when the user starts
3# broadcasting.
4# If updated to "", the default value of " went live!" will be
5# used/returned.
6liveUpNotification: String!
10
8# The ID of the user whose live up notification is being updated.
9userID: ID!
11}