ContextFieldInput
Input for a context field
input ContextFieldInput {
name: String!
externalId: String
textValue: String
intValue: Int
decimalValue: Float
booleanValue: Boolean
dateValue: Date
dateTimeValue: DateTime
}
Fields
ContextFieldInput.name ● String! non-null scalar
Name of the field
ContextFieldInput.externalId ● String scalar
The external ID of the field. If not set, it will be based on the name.
ContextFieldInput.textValue ● String scalar
Set for a text field
ContextFieldInput.intValue ● Int scalar
Set for an int field
ContextFieldInput.decimalValue ● Float scalar
Set for a decimal field
ContextFieldInput.booleanValue ● Boolean scalar
Set for a boolean field
ContextFieldInput.dateValue ● Date scalar
Set for a date field
ContextFieldInput.dateTimeValue ● DateTime scalar
Set for a datetime field
Member Of
ImportConversationInput input ● ImportConversationMessageInput input ● SendMessageInput input