INPUT_OBJECT
CreateCommunityPointsCommunityGoalInput
Create community goal input.
link GraphQL Schema definition
1 input CreateCommunityPointsCommunityGoalInput { 4 2 # The amount of community points that this goal needs to succeed. 3 : Int! 7 5 # The background color of this goal. 6 : String! 10 8 # The channel. 9 : ID! 13 11 # The description of this goal. 12 : String 18 14 # The *initial* duration the streamer set for the goal. 15 # Only really used during the UNSTARTED state; once the goal is started 16 # the endedAt timestamp is populated (and updated for extended deadlines). 17 : Int! 21 19 # The title of this goal. 20 : String! 22 }