AwardEmojiTogglePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

def awardEmoji[A](innerSelection: SelectionBuilder[AwardEmoji, A]): SelectionBuilder[AwardEmojiTogglePayload, Option[A]]

The award emoji after mutation.

The award emoji after mutation.

def clientMutationId: SelectionBuilder[AwardEmojiTogglePayload, Option[String]]

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def errors: SelectionBuilder[AwardEmojiTogglePayload, List[String]]

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def toggledOn: SelectionBuilder[AwardEmojiTogglePayload, Boolean]

Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji.

Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji.