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

feat(apps/gql): create PanoComment mutations #603

Merged
merged 4 commits into from
Aug 5, 2023

Conversation

FurkanGM
Copy link
Member

@FurkanGM FurkanGM commented Aug 5, 2023

Checklist

  • discord username: furkang
  • Closes feat(gql): Create createPostComment mutation #555 , feat(gql): Create removePostComment mutation #557 , feat(gql): Create updatePostComment mutation #558
  • PR must be created for an issue from issues under "In progress" column from our project board.
  • A descriptive and understandable title: The PR title should clearly describe the nature and purpose of the changes. The PR title should be the first thing displayed when the PR is opened. And it should follow the semantic commit rules, and should include the app/package/service name in the title. For example, a title like "docs(@kampus-apps/pano): Add README.md" can be used.
  • Related file selection: Only relevant files should be touched and no other files should be affected.
  • I ran npx turbo run at the root of the repository, and build was successful.
  • I installed the npm packages using npm install --save-exact <package> so my package is pinned to a specific npm version. Leave empty if no package was installed. Leave empty if no package was installed with this PR.

@FurkanGM FurkanGM requested a review from a team as a code owner August 5, 2023 23:02
@vercel
Copy link

vercel bot commented Aug 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
kampus-gql ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 5, 2023 11:11pm
3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
kampus-next ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2023 11:11pm
kampus-pasaport ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2023 11:11pm
kampus-ui ⬜️ Ignored (Inspect) Visit Preview Aug 5, 2023 11:11pm

Copy link
Member

@usirin usirin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@FurkanGM FurkanGM merged commit e3adbfb into dev Aug 5, 2023
2 checks passed
@FurkanGM FurkanGM deleted the feat/create-post-comment-mutation branch August 5, 2023 23:29
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.

feat(gql): Create createPostComment mutation
2 participants