TodoRestorePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def todo[A](innerSelection: SelectionBuilder[Todo, A]): SelectionBuilder[TodoRestorePayload, A]

The requested to-do item.

The requested to-do item.