Skip to content

Commit

Permalink
fix(graphql-api): change contingency table odds ratio type to string
Browse files Browse the repository at this point in the history
  • Loading branch information
rileyhgrant committed Oct 21, 2024
1 parent 41f8b10 commit 71ad67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-api/src/graphql/types/variant.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ type VariantDetailsSequencingTypeData {

type ContingencyTableTest {
p_value: Float
odds_ratio: Float
odds_ratio: String
}

type CochranMantelHaenszelTest {
Expand Down

0 comments on commit 71ad67b

Please sign in to comment.