Skip to content

Commit 969c5a5

Browse files
authored
Update schema.today.graphql
1 parent 008ca7d commit 969c5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/today/schema.today.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ input CompleteTaskInput {
8787
testTaskState: TaskState
8888
isComplete: Boolean = true
8989
clientMutationId: String
90-
boolList: [Boolean]
90+
boolList: [Boolean!]
9191
}
9292

9393
type CompleteTaskPayload {

0 commit comments

Comments
 (0)