DataComparisonExpressionLiteral
Last updated
Was this helpful?
Input object to represent a literal value. Exactly one of the fields should be specified.
input DataComparisonExpressionLiteral {
bool: Boolean
float: Float
int: Int
str: String
timestamp: Time
}Boolean scalarA boolean value.
Float scalarA float value
Int scalarAn integer value.
String scalarA string value.
Time scalarA timestamp value.
Last updated
Was this helpful?
Was this helpful?