Skip to content

Commit

Permalink
Revert "test: failing schema.json"
Browse files Browse the repository at this point in the history
This reverts commit 1abee31.
  • Loading branch information
pbastia committed Nov 25, 2021
1 parent d528db5 commit e9c23d4
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions app/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,18 @@
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "updatedBy",
"description": "updated by user id",
"args": [],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
}
],
"inputFields": null,
Expand Down Expand Up @@ -17189,7 +17201,11 @@
{
"name": "include",
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
"locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
Expand All @@ -17210,7 +17226,11 @@
{
"name": "skip",
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
"locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"],
"locations": [
"FIELD",
"FRAGMENT_SPREAD",
"INLINE_FRAGMENT"
],
"args": [
{
"name": "if",
Expand All @@ -17231,7 +17251,9 @@
{
"name": "specifiedBy",
"description": "Exposes a URL that specifies the behaviour of this scalar.",
"locations": ["SCALAR"],
"locations": [
"SCALAR"
],
"args": [
{
"name": "url",
Expand Down

0 comments on commit e9c23d4

Please sign in to comment.