AddModelComment.Mutation type

Signature:

type Mutation = {
        __typename?: "Mutation";
        addModelComment: AddModelComment;
    };

References: AddModelComment