Skip to content

Commit 30d4bd6

Browse files
fixup tiny schema fix
1 parent 4ebe09e commit 30d4bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-api/src/graphql/types/va.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ type VACohortAlleleFrequencyData {
123123
This creates a recursive relationship and subcohorts can be further subdivided into more subcohorts.
124124
This enables, for example, the description of different ancestry groups and sexes among those ancestry groups.
125125
"""
126-
subcohortFrequency: [VACohortAlleleFrequencyData]
126+
subcohortFrequency: [VACohortAlleleFrequencyData!]
127127
}
128128

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

0 commit comments

Comments
 (0)