Queries LibraryReplace the old domain with a new domain in all posts
Replace the old domain with a new domain in all posts
This query first filters all posts containing "https://my-old-domain.com"
in its content, and replaces this string with "https://my-new-domain.com"
.
This query requires the endpoint to have Nested Mutations enabled.