ClusterAgentTokenCreatePayload

class Object
trait Matchable
class Any

Value members

Concrete methods

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

A unique identifier for the client performing the mutation.

A unique identifier for the client performing the mutation.

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

Errors encountered during execution of the mutation.

Errors encountered during execution of the mutation.

def secret: SelectionBuilder[ClusterAgentTokenCreatePayload, Option[String]]

Token secret value. Make sure you save it - you won't be able to access it again.

Token secret value. Make sure you save it - you won't be able to access it again.

def token[A](innerSelection: SelectionBuilder[ClusterAgentToken, A]): SelectionBuilder[ClusterAgentTokenCreatePayload, Option[A]]

Token created after mutation.

Token created after mutation.