Skip to content

Commit

Permalink
feat: add siteID to allSites and allSitesAdj (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung authored Jul 12, 2023
1 parent 29e7d53 commit fcab2cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphql/schema/allSites.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ type allSites {
sampleID: String
MA7: Float
confidence: Int
siteID: String
dataset: Datasets
sample: Samples
fraction: PartLUs
meas: PartLUs
site: Sites
}

extend type Query {
Expand Down
2 changes: 2 additions & 0 deletions graphql/schema/allSitesAdj.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ type allSitesAdj {
sampleID: String
MA7: Float
confidence: Int
siteID: String
dataset: Datasets
sample: Samples
fraction: PartLUs
meas: PartLUs
site: Sites
}

extend type Query {
Expand Down

0 comments on commit fcab2cc

Please sign in to comment.