GetModelComment.Query type

Signature:

type Query = {
        __typename?: "Query";
        modelComment: Maybe<ModelComment>;
    };

References: Maybe, ModelComment