GmPropertyPredicateInput
One property predicate for filtered container lists (the same shape automation selectors use): compare a property value against a JSON literal. Missing properties fall back to the type default.
input GmPropertyPredicateInput {
key: String!
op: String!
valueJson: String!
}
Fields
GmPropertyPredicateInput.key ● String! non-null scalar
Property key to compare.
GmPropertyPredicateInput.op ● String! non-null scalar
Comparison operator: '==', '!=', '<', '>', '<=' or '>='.
GmPropertyPredicateInput.valueJson ● String! non-null scalar
JSON-encoded comparison value (e.g. '"enemy"', 'true', '10').
Member Of
gameModelContainers query