Skip to content

Commit

Permalink
feat: update schema after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Jun 15, 2020
1 parent 50408e0 commit 324bb0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -28071,7 +28071,7 @@
"args": [],
"type": {
"kind": "SCALAR",
"name": "BigInt",
"name": "String",
"ofType": null
},
"isDeprecated": false,
Expand All @@ -28095,7 +28095,7 @@
"args": [],
"type": {
"kind": "SCALAR",
"name": "String",
"name": "BigInt",
"ofType": null
},
"isDeprecated": false,
Expand Down

0 comments on commit 324bb0a

Please sign in to comment.