Skip to content

Commit

Permalink
CV2-3779: update graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
melsawy committed Oct 9, 2023
1 parent c978416 commit 4e9653c
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions public/relay.json
Original file line number Diff line number Diff line change
Expand Up @@ -58978,6 +58978,20 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "positive_tipline_search_results_count",
"description": null,
"args": [

],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "project",
"description": null,
Expand Down Expand Up @@ -59561,6 +59575,20 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "tipline_search_results_count",
"description": null,
"args": [

],
"type": {
"kind": "SCALAR",
"name": "Int",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "title",
"description": null,
Expand Down

0 comments on commit 4e9653c

Please sign in to comment.