GetModel.Query type

Signature:

type Query = {
        __typename?: "Query";
        model: Maybe<Model>;
    };

References: Maybe, Model