DeleteModelComment.Mutation type

Signature:

type Mutation = {
        __typename?: "Mutation";
        deleteModelComment: string;
    };