DesignManagementUploadPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def designs[A](innerSelection: SelectionBuilder[Design, A]): SelectionBuilder[DesignManagementUploadPayload, List[A]]

The designs that were uploaded by the mutation.

The designs that were uploaded by the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def skippedDesigns[A](innerSelection: SelectionBuilder[Design, A]): SelectionBuilder[DesignManagementUploadPayload, List[A]]

Any designs that were skipped from the upload due to there being no change to their content since their last version

Any designs that were skipped from the upload due to there being no change to their content since their last version