Skip to main content
Version: 8.5

Variable

Variable used in task.

type Variable {
id: ID!
name: String!
value: String!
previewValue: String!
isValueTruncated: Boolean!
}

Fields

Variable.id ● ID! non-null scalar

Variable.name ● String! non-null scalar

Variable.value ● String! non-null scalar

full variable value

Variable.previewValue ● String! non-null scalar

value preview (limited in size)

Variable.isValueTruncated ● Boolean! non-null scalar

shows, whether previewValue contains truncated value or full value

Returned by

variable query ● variables query

Member of

Task object