DesignManagementUploadPayload
class Object
trait Matchable
class Any
Value members
Concrete methods
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.
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