GetModelSelectionSets.Model type

Signature:

type Model = {
        __typename?: "Model";
        id: Id;
        modelSelectionSets: Maybe<(Maybe<ModelSelectionSets>)[]>;
    };

References: Id, Maybe, ModelSelectionSets