Skip to content

Commit 8f5637e

Browse files
author
psubram3
committed
update Bool -> Boolean
1 parent 2ba36a6 commit 8f5637e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utilities/gql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ const gql = {
11671167
$seqIds: [String!]!,
11681168
$modelId: Int!,
11691169
$simulationDatasetId: Int!
1170-
$bypassConstraints: Bool
1170+
$bypassConstraints: Boolean
11711171
) {
11721172
expandTemplates: ${Queries.EXPAND_ALL_TEMPLATES}(
11731173
seqIds: $seqIds,

0 commit comments

Comments
 (0)