Skip to content

Commit

Permalink
Update graphiti schema
Browse files Browse the repository at this point in the history
  • Loading branch information
njaeggi committed Dec 10, 2024
1 parent 2f2d9ec commit c1b6ac2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/support/graphiti/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1683,6 +1683,12 @@
"writable": false,
"description": null
},
"offerings": {
"type": "array_of_strings",
"readable": true,
"writable": false,
"description": null
},
"navision_id": {
"type": "integer",
"readable": true,
Expand Down Expand Up @@ -1798,6 +1804,8 @@
},
"deleted_at": {
},
"offerings": {
},
"navision_id": {
}
},
Expand Down Expand Up @@ -2068,6 +2076,12 @@
],
"single": true
},
"offerings": {
"type": "array_of_strings",
"operators": [
"eq"
]
},
"navision_id": {
"type": "integer",
"operators": [
Expand Down

0 comments on commit c1b6ac2

Please sign in to comment.