diff --git a/spec/support/graphiti/schema.json b/spec/support/graphiti/schema.json index 1bae453..f836275 100644 --- a/spec/support/graphiti/schema.json +++ b/spec/support/graphiti/schema.json @@ -881,6 +881,18 @@ "writable": false, "description": null }, + "parent_id": { + "type": "integer", + "readable": true, + "writable": false, + "description": null + }, + "layer_group_id": { + "type": "integer", + "readable": true, + "writable": false, + "description": null + }, "type": { "type": "string", "readable": true, @@ -974,6 +986,10 @@ }, "layer": { }, + "parent_id": { + }, + "layer_group_id": { + }, "type": { }, "email": { @@ -1078,6 +1094,28 @@ ], "single": true }, + "parent_id": { + "type": "integer", + "operators": [ + "eq", + "not_eq", + "gt", + "gte", + "lt", + "lte" + ] + }, + "layer_group_id": { + "type": "integer", + "operators": [ + "eq", + "not_eq", + "gt", + "gte", + "lt", + "lte" + ] + }, "type": { "type": "string", "operators": [