String
scalarThe String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
This is a scalar type. Scalar types represent primitive values like strings, numbers, and booleans.
Schema Context
Returned By2
Used By Fields96
Query.ping
OBJECT
Subscription.ping
OBJECT
ApplicationInfo.id
OBJECT
ApplicationInfo.environment
OBJECT
ApplicationInfo.version
OBJECT
ApplicationInfo.versionHash
OBJECT
ApplicationInfo.versionFormatted
OBJECT
ApplicationInfo.locale
OBJECT
ApplicationInfo.timezone
OBJECT
ClientInfo.name
OBJECT
ClientInfo.version
OBJECT
UserPreference.key
OBJECT
UserPreference.name
OBJECT
UserPreference.description
OBJECT
UserPreferenceCategory.key
OBJECT
UserPreferenceCategory.name
OBJECT
Team.name
OBJECT
Team.timezone
OBJECT
User.name
OBJECT
User.email
OBJECT
User.timezone
OBJECT
AuthenticateBroadcastChannelInput.channel
INPUT_OBJECT
AuthenticateBroadcastChannelInput.socketId
INPUT_OBJECT
BroadcastChannelAuth.token
OBJECT
BroadcastChannelAuth.data
OBJECT
MutationStatus.errorId
OBJECT
ValidationError.name
OBJECT
ValidationError.messages
OBJECT
PingPayload.response
OBJECT
PreferenceResetInput.key
INPUT_OBJECT
PreferenceSetInput.key
INPUT_OBJECT
App.name
OBJECT
BitbucketAccount.username
OBJECT
DeploymentStep.output
OBJECT
DeploymentStepGroup.name
OBJECT
Deployment.ref
OBJECT
Environment.name
OBJECT
Environment.slug
OBJECT
Environment.branch
OBJECT
Environment.secret
OBJECT
Environment.envFile
OBJECT
Environment.customPhpPath
OBJECT
Environment.customServerUser
OBJECT
Environment.phpVersion
OBJECT
GitLabAccount.login
OBJECT
Repository.name
OBJECT
RepositoryOwner.name
OBJECT
RepositoryOwner.type
OBJECT
RepositoryTag.name
OBJECT
RepositoryTag.shortSha
OBJECT
RepositoryBranch.name
OBJECT
RepositoryBranch.shortSha
OBJECT
RepositoryCommit.shortSha
OBJECT
RepositoryCommitAuthor.name
OBJECT
Script.name
OBJECT
Script.source
OBJECT
ScriptEnvVariable.name
OBJECT
ScriptEnvVariable.description
OBJECT
ScriptGroup.name
OBJECT
Server.name
OBJECT
Server.host
OBJECT
Server.user
OBJECT
Server.basePath
OBJECT
Server.phpVersion
OBJECT
Server.composerVersion
OBJECT
Server.lastErrorOutput
OBJECT
Server.publicKey
OBJECT
AppCreateInput.name
INPUT_OBJECT
AppUpdateInput.name
INPUT_OBJECT
AppRepositoryInput.name
INPUT_OBJECT
AppServerCreateInput.name
INPUT_OBJECT
AppServerCreateInput.host
INPUT_OBJECT
AppServerCreateInput.user
INPUT_OBJECT
AppServerCreateInput.basePath
INPUT_OBJECT
AppServerUpdateInput.name
INPUT_OBJECT
AppServerUpdateInput.host
INPUT_OBJECT
AppServerUpdateInput.user
INPUT_OBJECT
AppServerUpdateInput.basePath
INPUT_OBJECT
AppDeploymentCreateByTagInput.tag
INPUT_OBJECT
AppDeploymentCreateByBranchInput.branch
INPUT_OBJECT
AppDeploymentCreateByCommitInput.commit
INPUT_OBJECT
AppEnvironmentCreateInput.url
INPUT_OBJECT
AppEnvironmentCreateInput.name
INPUT_OBJECT
AppEnvironmentCreateInput.branch
INPUT_OBJECT
AppEnvironmentCreateInput.customPhpPath
INPUT_OBJECT
AppEnvironmentCreateInput.customServerUser
INPUT_OBJECT
AppEnvironmentUpdateInput.url
INPUT_OBJECT
AppEnvironmentUpdateInput.branch
INPUT_OBJECT
AppEnvironmentUpdateInput.customPhpPath
INPUT_OBJECT
AppEnvironmentUpdateInput.customServerUser
INPUT_OBJECT
AppEnvironmentUpdateEnvFileInput.envFile
INPUT_OBJECT
ScriptCreateInput.name
INPUT_OBJECT
ScriptCreateInput.source
INPUT_OBJECT
ScriptUpdateInput.name
INPUT_OBJECT
ScriptUpdateInput.source
INPUT_OBJECT
OrderByClause.column
INPUT_OBJECT
Accepted By1