AbacComparisonExpressionLiteral
Last updated
Was this helpful?
Input object to represent a literal value. Exactly one of the fields should be specified.
input AbacComparisonExpressionLiteral {
bool: Boolean
string: String
stringList: [String!]
}Boolean scalarA boolean value.
String scalarA string value.
[String!] list scalarA string list value.
Last updated
Was this helpful?
Was this helpful?