AddSliceModel.Mutation type

Signature:

type Mutation = {
        __typename?: "Mutation";
        sliceModel: Maybe<SliceModel>;
    };

References: Maybe, SliceModel