TodosMarkAllDonePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def todos[A](innerSelection: SelectionBuilder[Todo, A]): SelectionBuilder[TodosMarkAllDonePayload, List[A]]

Updated to-do items.

Updated to-do items.

Deprecated methods

@deprecated("Use to-do items. Deprecated in 13.2.", "")
def updatedIds: SelectionBuilder[TodosMarkAllDonePayload, List[TodoID]]

IDs of the updated to-do items. Deprecated in 13.2: Use to-do items.

IDs of the updated to-do items. Deprecated in 13.2: Use to-do items.

Deprecated