INPUT_OBJECT
CreateCodeReviewTaskInput
link GraphQL Schema definition
1 input CreateCodeReviewTaskInput { 4 2 # Unique question name. 3 : String! 7 5 # The question execution environments. 6 : [CodeReviewEnvironmentInput!]! 10 8 # The labels for this question. 9 : [String!]! 11 }