diff --git a/spec/support/graphiti/schema.json b/spec/support/graphiti/schema.json index 517d097d..d8c4bc78 100644 --- a/spec/support/graphiti/schema.json +++ b/spec/support/graphiti/schema.json @@ -375,6 +375,21 @@ "match", "not_match" ] + }, + "number": { + "type": "string", + "operators": [ + "eq", + "not_eq", + "eql", + "not_eql", + "prefix", + "not_prefix", + "suffix", + "not_suffix", + "match", + "not_match" + ] } }, "relationships": {