DastProfileCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

def dastProfile[A](innerSelection: SelectionBuilder[DastProfile, A]): SelectionBuilder[DastProfileCreatePayload, Option[A]]

The created profile.

The created profile.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def pipelineUrl: SelectionBuilder[DastProfileCreatePayload, Option[String]]

The URL of the pipeline that was created. Requires runAfterCreate to be set to true.

The URL of the pipeline that was created. Requires runAfterCreate to be set to true.