Skip to content

Commit

Permalink
fixup tiny schema fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Sep 17, 2024
1 parent cbe6e38 commit 5f82af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-api/src/graphql/types/va.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ type VACohortAlleleFrequencyData {
This creates a recursive relationship and subcohorts can be further subdivided into more subcohorts.
This enables, for example, the description of different ancestry groups and sexes among those ancestry groups.
"""
subcohortFrequency: [VACohortAlleleFrequencyData]
subcohortFrequency: [VACohortAlleleFrequencyData!]
}

"A measure of the frequency of an Allele in a cohort."
Expand Down

0 comments on commit 5f82af5

Please sign in to comment.