Skip to content

Commit

Permalink
test: failing schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Nov 25, 2021
1 parent f819887 commit 1abee31
Showing 1 changed file with 3 additions and 25 deletions.
28 changes: 3 additions & 25 deletions app/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -425,18 +425,6 @@
},
"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 @@ -17201,11 +17189,7 @@
{
"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 @@ -17226,11 +17210,7 @@
{
"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 @@ -17251,9 +17231,7 @@
{
"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 1abee31

Please sign in to comment.