UpdateCollectionLocationInput: {
    createMedia?: InputMaybe<CreateMediaContainerInput[]>;
    deleteAttrs?: InputMaybe<AttributeIdentifierInput[]>;
    deleteMedia?: InputMaybe<Scalars["ID"][]>;
    description?: InputMaybe<Scalars["String"]>;
    externalId?: InputMaybe<Scalars["ID"]>;
    externalSource?: InputMaybe<Scalars["ID"]>;
    moveMedia?: InputMaybe<MoveMediaContainerInput[]>;
    place?: InputMaybe<PlaceInput>;
    position?: InputMaybe<PositionInput>;
    readMoreUrl?: InputMaybe<Scalars["String"]>;
    sectionIds?: InputMaybe<Scalars["ID"][]>;
    synopsis?: InputMaybe<Scalars["String"]>;
    tags?: InputMaybe<Scalars["String"][]>;
    title?: InputMaybe<Scalars["String"]>;
    updateMedia?: InputMaybe<UpdateMediaContainerInput[]>;
    upsertAttrs?: InputMaybe<AttributeInput[]>;
    websiteUrl?: InputMaybe<Scalars["String"]>;
}

The fields for the collection location to update

Type declaration

Generated using TypeDoc