INPUT_OBJECT

EditCodeReviewTaskInput

link GraphQL Schema definition

1input EditCodeReviewTaskInput {
5
2# The title of the question is the more user-friendly version of the question
3# name.
4title: String
8
6# Unique question name.
7name: String
11
9# The question execution environments.
10executionEnvironments: [CodeReviewEnvironmentInput!]
14
12# The labels for the question.
13labels: [String!]
15}

link Required by