method
RiduClient.publishGlobalChanges
RiduClient.publishGlobalChanges<Slug extends VersionGlobalSlug<Config>>(
slug: Slug,
data: GlobalUpdateFor<Config, Slug>,
options?: MutationOptions<LocaleFor<Config>>,
): Promise<GlobalOutputFor<Config, Slug>>Atomically apply edited singleton values and publish through global publish access and hooks.
Related types
VersionGlobalSlugGlobal slugs with the generated versions capability.
GlobalUpdateForResolve a global update input type.
MutationOptionsLocalized mutation options with optimistic concurrency.
GlobalOutputForResolve a global output type.