JiraImportUsersPayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def jiraUsers[A](innerSelection: SelectionBuilder[JiraUser, A]): SelectionBuilder[JiraImportUsersPayload, Option[List[A]]]

Users returned from Jira, matched by email and name if possible.

Users returned from Jira, matched by email and name if possible.