GetModelComments.Query type

Signature:

type Query = {
        __typename?: "Query";
        modelComments: Maybe<(Maybe<ModelComments>)[]>;
    };

References: Maybe, ModelComments