Skip to content

Commit

Permalink
feat(benchmark): update graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed May 13, 2020
1 parent d41c573 commit fd29022
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions app/server/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9501,9 +9501,6 @@ type Product implements Node {
"""Creator of row"""
createdBy: Int

"""Computed column returns the current benchmark for a product"""
currentBenchmark: Benchmark

"""Date of deletion"""
deletedAt: Datetime

Expand Down
12 changes: 0 additions & 12 deletions app/server/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -12135,18 +12135,6 @@
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "currentBenchmark",
"description": "Computed column returns the current benchmark for a product",
"args": [],
"type": {
"kind": "OBJECT",
"name": "Benchmark",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
},
{
"name": "deletedAt",
"description": "Date of deletion",
Expand Down

0 comments on commit fd29022

Please sign in to comment.