BuildAiReviewColumnsPayload
Carries no review, because the mutation writes nothing. Suggestions and errors are mutually exclusive: a refusal is an error with an empty suggestion list, not a successful call that happened to return nothing. The list is never null, so a client reading an error case does not have to tell an empty answer from a missing one.
type BuildAiReviewColumnsPayload {
suggestions: [AiReviewColumnSuggestion!]!
errors: [AiReviewError!]
}
Fields
BuildAiReviewColumnsPayload.suggestions ● [AiReviewColumnSuggestion!]! non-null object
BuildAiReviewColumnsPayload.errors ● [AiReviewError!] list object
Returned By
buildAiReviewColumns mutation