NftGalleryUpdateItemsRequest: {
    galleryId: Scalars["NftGalleryId"]["input"];
    toAdd?: InputMaybe<NftInput[]>;
    toRemove?: InputMaybe<NftInput[]>;
}

Type declaration