Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhide blogs #619

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Unhide blogs #619

merged 1 commit into from
Jan 17, 2025

Conversation

icemedia001
Copy link
Contributor

@icemedia001 icemedia001 commented Jan 16, 2025

Unhide Blogs

Endpoint to unhide a hiddenBlog

How should this be tested?

  1. Run pnpm dev
  2. Open graphql playground: http://localhost:7500/graphql
  3. Run mutation {
    unhideBlog(digest: "digestValue")
    }
    Note: Replace digestValue with an acyual digest value e.g _e8Uw8F53Xrh5KBUr_8pPC72dwUolMj-TiukV28L5TE"
    You can get the digest value of a hidden blog by running the getHiddenBlogs query

Linked issues

closes EveripediaNetwork/issues#3772

	modified:   src/App/Blog/blog.resolver.ts
	modified:   src/App/Blog/blog.service.ts
Copy link

stackblitz bot commented Jan 16, 2025

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@icemedia001 icemedia001 requested a review from AshakaE January 16, 2025 15:57
@icemedia001 icemedia001 requested review from AshakaE and removed request for AshakaE January 17, 2025 09:43
@icemedia001 icemedia001 merged commit 8abdc1d into main Jan 17, 2025
1 check passed
@icemedia001 icemedia001 deleted the unhideBlog branch January 17, 2025 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unhide Blog
2 participants