Skip to content

Commit

Permalink
Update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Aug 6, 2024
1 parent 87b8525 commit 3649ab0
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions spec/support/graphiti/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -974,6 +986,10 @@
},
"layer": {
},
"parent_id": {
},
"layer_group_id": {
},
"type": {
},
"email": {
Expand Down Expand Up @@ -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": [
Expand Down

0 comments on commit 3649ab0

Please sign in to comment.