You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ParcelMeasurements
export type ParcelMeasurements = {
__typename?: 'ParcelMeasurements';
heightInMillimeter?: Maybe<Scalars['Int']>;
lengthInMillimeter?: Maybe<Scalars['Int']>;
widthInMillimeter?: Maybe<Scalars['Int']>;
weightInGram?: Maybe<Scalars['Int']>;
};