You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
Delivery
export type Delivery = {
__typename?: 'Delivery';
id: Scalars['String'];
createdAt: Scalars['DateTime'];
items: Array<DeliveryItem>;
parcels: Array<Parcel>;
address?: Maybe<Address>;
custom?: Maybe<CustomFieldsType>;
};