Skip to content

Commit

Permalink
wip: adjust API types to allow for nulls on one of two renamed types
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Aug 15, 2024
1 parent a56094b commit 6503878
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ type GtexTissueExpression {
brain_substantia_nigra: Float!
breast_mammary_tissue: Float!
cells_ebv_transformed_lymphocytes: Float!
cells_transformed_fibroblasts: Float!
cells_transformed_fibroblasts: Float
cells_cultured_fibroblasts: Float
cervix_ectocervix: Float!
cervix_endocervix: Float!
colon_sigmoid: Float!
Expand Down
3 changes: 2 additions & 1 deletion graphql-api/src/graphql/types/tissue-expression/pext.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ type PextRegionTissueValues {
brain_substantia_nigra: Float!
breast_mammary_tissue: Float!
cells_ebv_transformed_lymphocytes: Float!
cells_transformed_fibroblasts: Float!
cells_transformed_fibroblasts: Float
cells_cultured_fibroblasts: Float
cervix_ectocervix: Float!
cervix_endocervix: Float!
colon_sigmoid: Float!
Expand Down

0 comments on commit 6503878

Please sign in to comment.