INPUT_OBJECT

CreateCodeReviewTaskInput

link GraphQL Schema definition

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

link Required by