Skip to main content

DeploymentInitiator

A limited view of the user who initiated a deployment.

type DeploymentInitiator {
displayName: String
emailAddress: String @deprecated
gravatarUrl(
size: Int = 48
): String
id: Int
isVIP: Boolean
}

Fields

DeploymentInitiator.displayName ● String scalar common

The display name of the user.

DeploymentInitiator.emailAddress ● String deprecated scalar common

DEPRECATED

Use gravatarUrl to render the initiator's avatar. This field will be removed once no client hashes the address client-side.

The primary email address for the user.

DeploymentInitiator.gravatarUrl ● String scalar common

The URL of the user's Gravatar image.

DeploymentInitiator.gravatarUrl.size ● Int scalar common

The requested image size, in pixels.

DeploymentInitiator.id ● Int scalar common

The unique identifier for the user.

DeploymentInitiator.isVIP ● Boolean scalar common

Whether the user is a VIP user.

Member Of

Deployment object