Skip to content

feat: Created a Query for OrganizationPosts . #3493

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

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

iamanishx
Copy link

@iamanishx iamanishx commented Jun 7, 2025

What kind of change does this PR introduce?
Feature

Issue Number: #3472

Fixes #

Snapshots/Videos: N/A

If relevant, did you update the documentation?

Summary

  • OrgnizationPost.ts an inline Query which is a offset based pagination to retrieve all the posts of an organization .

Does this PR introduce a breaking change?
No

Checklist

CodeRabbit AI Review

  • I have reviewed and addressed all critical issues flagged by CodeRabbit AI
  • I have implemented or provided justification for each non-critical suggestion
  • I have documented my reasoning in the PR comments where CodeRabbit AI suggestions were not implemented

Test Coverage

  • I have written tests for all new changes/features
  • I have verified that test coverage meets or exceeds 95%
  • I have run the test suite locally and all tests pass

Other information

Have you read the contributing guide?

Summary by CodeRabbit

  • New Features
    • Added the ability to filter and paginate organization posts, including filtering by caption content, creator, and pinned status.
  • Improvements
    • Enhanced clarity and consistency in event-related fields, including clearer descriptions and improved handling of all-day events and event locations in the event schema.
  • Chores
    • Added a new development dependency for improved documentation generation.

Copy link

coderabbitai bot commented Jun 7, 2025

Walkthrough

The changes introduce enhancements to the GraphQL schema, particularly for event and organization post querying. A new input schema and GraphQL input type for filtering organization posts are added, along with improvements to event-related fields for clarity and consistency. A new development dependency is added to the project.

Changes

File(s) Change Summary
package.json Added typedoc-plugin-markdown as a new development dependency.
schema.graphql Improved event fields' clarity and consistency, made allDay nullable, added location, updated descriptions, and added post querying support to Organization with a new PostWhereInput.
src/graphql/inputs/QueryOrganizationPostInput.ts Introduced a Zod schema and GraphQL input type for querying organization posts with filtering and pagination options.
src/graphql/inputs/index.ts Imported the new QueryOrganizationPostInput module.

Sequence Diagram(s)

sequenceDiagram
    participant Client
    participant GraphQL API
    participant OrganizationResolver
    participant Database

    Client->>GraphQL API: Query Organization.Orgposts(first, skip, where)
    GraphQL API->>OrganizationResolver: Resolve Orgposts with input args
    OrganizationResolver->>Database: Fetch posts with pagination and filters (where)
    Database-->>OrganizationResolver: Return filtered posts
    OrganizationResolver-->>GraphQL API: Return posts
    GraphQL API-->>Client: Respond with posts
Loading

Suggested labels

Ready 4 PR Review

Suggested reviewers

  • disha1202

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 050ed28 and 0dbb812.

⛔ Files ignored due to path filters (296)
  • docs/docs/docs/auto-schema/createServer/functions/createServer.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/actionCategories/variables/actionCategoriesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/actions/variables/actionsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/advertisementAttachments/variables/advertisementAttachmentsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/advertisements/variables/advertisementsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/agendaFolders/variables/agendaFoldersTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/agendaItems/variables/agendaItemsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/blockedUsers/variables/blockedUsersTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/blockedUsers/variables/blockedUsersTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/chatMemberships/variables/chatMembershipsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/chatMessages/variables/chatMessagesTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/chats/variables/chatsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/commentVotes/variables/commentVotesTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/comments/variables/commentsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/communities/variables/communitiesTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/eventAttachments/variables/eventAttachmentsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/eventAttendances/variables/eventAttendancesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/events/variables/eventsTableRelations.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/families/variables/familiesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/familyMemberships/variables/familyMembershipsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/fundCampaignPledges/variables/fundCampaignPledgesTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/fundCampaigns/variables/fundCampaignsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/funds/variables/fundsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/membershipRequests/variables/membershipRequestsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/membershipRequests/variables/membershipRequestsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/organizationMemberships/variables/organizationMembershipsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/organizations/variables/organizationsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/postAttachments/variables/postAttachmentsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/postVotes/variables/postVotesTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/posts/variables/postsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/tagAssignments/variables/tagAssignmentsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/tagFolders/variables/tagFoldersTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/users/variables/usersTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/venueAttachments/variables/venueAttachmentsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/venueBookings/variables/venueBookingsTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/venues/variables/venuesTableInsertSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/volunteerGroupAssignments/variables/volunteerGroupAssignmentsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/drizzle/tables/volunteerGroups/variables/volunteerGroupsTable.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/envConfigSchema/type-aliases/EnvConfig.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/context/type-aliases/CurrentClient.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitAuthenticationTokenPayload.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/context/type-aliases/ExplicitGraphQLContext.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/context/type-aliases/GraphQLContext.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/context/type-aliases/ImplicitMercuriusContext.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationAcceptMembershipRequestInput/variables/MutationAcceptMembershipRequestInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationAcceptMembershipRequestInput/variables/acceptMembershipRequestInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationBlockUserInput/variables/mutationBlockUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCancelMembershipRequestInput/variables/MutationCancelMembershipRequestInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCancelMembershipRequestInput/variables/cancelMembershipRequestInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/MutationCreateAdvertisementInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAdvertisementInput/variables/mutationCreateAdvertisementInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/MutationCreateAgendaFolderInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaFolderInput/variables/mutationCreateAgendaFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/MutationCreateAgendaItemInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateAgendaItemInput/variables/mutationCreateAgendaItemInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/MutationCreateChatInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatInput/variables/mutationCreateChatInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMembershipInput/variables/mutationCreateChatMembershipInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateChatMessageInput/variables/mutationCreateChatMessageInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/MutationCreateCommentInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentInput/variables/mutationCreateCommentInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/MutationCreateCommentVoteInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateCommentVoteInput/variables/mutationCreateCommentVoteInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/MutationCreateEventInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateEventInput/variables/mutationCreateEventInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/MutationCreateFundCampaignInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignInput/variables/mutationCreateFundCampaignInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/MutationCreateFundCampaignPledgeInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundCampaignPledgeInput/variables/mutationCreateFundCampaignPledgeInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/MutationCreateFundInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateFundInput/variables/mutationCreateFundInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateGetfileUrlInput/variables/MutationCreateGetfileUrlInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateGetfileUrlInput/variables/mutationCreateGetfileUrlInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/MutationCreateOrganizationInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationInput/variables/mutationCreateOrganizationInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateOrganizationMembershipInput/variables/mutationCreateOrganizationMembershipInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/FileMetadataInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/MutationCreatePostInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/fileMetadataSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostInput/variables/mutationCreatePostInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/MutationCreatePostVoteInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePostVoteInput/variables/mutationCreatePostVoteInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePresignedUrlInput/variables/MutationCreatePresignedUrlInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreatePresignedUrlInput/variables/mutationCreatePresignedUrlInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/MutationCreateTagFolderInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagFolderInput/variables/mutationCreateTagFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/MutationCreateTagInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateTagInput/variables/mutationCreateTagInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/MutationCreateUserInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateUserInput/variables/mutationCreateUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/MutationCreateVenueBookingInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueBookingInput/variables/mutationCreateVenueBookingInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/MutationCreateVenueInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationCreateVenueInput/variables/mutationCreateVenueInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteActionItemInput/variables/mutationDeleteActionItemInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAdvertisementInput/variables/mutationDeleteAdvertisementInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaFolderInput/variables/mutationDeleteAgendaFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteAgendaItemInput/variables/MutationDeleteAgendaItemInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatInput/variables/mutationDeleteChatInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/MutationDeleteChatMembershipInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMembershipInput/variables/mutationDeleteChatMembershipInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteChatMessageInput/variables/mutationDeleteChatMessageInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentInput/variables/mutationDeleteCommentInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteCommentVoteInput/variables/mutationDeleteCommentVoteInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteEventInput/variables/mutationDeleteEventInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignInput/variables/mutationDeleteFundCampaignInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundCampaignPledgeInput/variables/mutationDeleteFundCampaignPledgeInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteFundInput/variables/mutationDeleteFundInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationInput/variables/mutationDeleteOrganizationInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/MutationDeleteOrganizationMembershipInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteOrganizationMembershipInput/variables/mutationDeleteOrganizationMembershipInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostInput/variables/mutationDeletePostInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeletePostVoteInput/variables/mutationDeletePostVoteInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagFolderInput/variables/mutationDeleteTagFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteTagInput/variables/mutationDeleteTagInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteUserInput/variables/mutationDeleteUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/MutationDeleteVenueBookingInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueBookingInput/variables/mutationDeleteVenueBookingInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationDeleteVenueInput/variables/mutationDeleteVenueInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationJoinPublicOrganizationInput/variables/MutationJoinPublicOrganizationInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationJoinPublicOrganizationInput/variables/joinPublicOrganizationInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationRejectMembershipRequestInput/variables/MutationRejectMembershipRequestInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationRejectMembershipRequestInput/variables/rejectMembershipRequestInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationSendMembershipRequestInput/variables/MutationSendMembershipRequestInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationSendMembershipRequestInput/variables/sendMembershipRequestInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/MutationSignUpInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationSignUpInput/variables/mutationSignUpInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUnblockUserInput/variables/mutationUnblockUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateActionItemInput/variables/MutationUpdateActionItemInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAdvertisementInput/variables/mutationUpdateAdvertisementInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaFolderInput/variables/mutationUpdateAgendaFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateAgendaItemInput/variables/MutationUpdateAgendaItemInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatInput/variables/mutationUpdateChatInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/MutationUpdateChatMembershipInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMembershipInput/variables/mutationUpdateChatMembershipInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateChatMessageInput/variables/mutationUpdateChatMessageInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentInput/variables/mutationUpdateCommentInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/MutationUpdateCommentVoteInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommentVoteInput/variables/mutationUpdateCommentVoteInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/MutationUpdateCommunityInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCommunityInput/variables/mutationUpdateCommunityInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/MutationUpdateCurrentUserInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateCurrentUserInput/variables/mutationUpdateCurrentUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/MutationUpdateEventInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateEventInput/variables/mutationUpdateEventInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignInput/variables/mutationUpdateFundCampaignInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundCampaignPledgeInput/variables/mutationUpdateFundCampaignPledgeInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateFundInput/variables/mutationUpdateFundInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationInput/variables/mutationUpdateOrganizationInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateOrganizationMembershipInput/variables/mutationUpdateOrganizationMembershipInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/MutationUpdatePostInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostInput/variables/mutationUpdatePostInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/MutationUpdatePostVoteInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdatePostVoteInput/variables/mutationUpdatePostVoteInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagFolderInput/variables/mutationUpdateTagFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateTagInput/variables/mutationUpdateTagInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateUserInput/variables/mutationUpdateUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/MutationUpdateVenueInput/variables/mutationUpdateVenueInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryActionItemInput/variables/queryActionItemsByOrgInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryAdvertisementInput/variables/queryAdvertisementInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaFolderInput/variables/queryAgendaFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryAgendaItemInput/variables/queryAgendaItemInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryChatInput/variables/queryChatInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryChatMessageInput/variables/queryChatMessageInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryCommentInput/variables/queryCommentInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryEventInput/variables/queryEventInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignInput/variables/queryFundCampaignInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryPledgeOrderByInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/QueryPledgeWhereInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryFundCampaignPledgeInput/variables/queryFundCampaignPledgeInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryFundInput/variables/queryFundInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryHasUserVotedInput/variables/QueryHasUserVotedInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryHasUserVotedInput/variables/queryHasUserVotedInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/AdvertisementWhereInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersRoleWhereInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/MembersWhereInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationInput/variables/queryOrganizationInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationPostInput/variables/PostWhereInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryOrganizationPostInput/variables/organizationPostsArgumentsSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryPostInput/variables/queryPostInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/QuerySignInInput.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QuerySignInInput/variables/querySignInInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryTagFolderInput/variables/queryTagFolderInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryTagInput/variables/queryTagInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryUserInput/variables/queryUserInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/QueryVenueInput/variables/queryVenueInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/inputs/SubscriptionChatMessageCreateInput/variables/subscriptionChatMessageCreateInputSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSub.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/pubsub/type-aliases/PubSubPublishArgsByKey.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/BigInt/type-aliases/BigInt.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/Date/type-aliases/Date.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/DateTime/type-aliases/DateTime.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/EmailAddress/type-aliases/EmailAddress.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/PhoneNumber/type-aliases/PhoneNumber.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/Upload/type-aliases/Upload.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/type-aliases/ClientCustomScalars.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/scalars/type-aliases/CustomScalars.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/ActionItem/ActionItem/type-aliases/ActionItem.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/ActionItemCategory/ActionItemCategory/type-aliases/ActionItemCategory.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Advertisement/Advertisement/type-aliases/Advertisement.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/AdvertisementAttachment/AdvertisementAttachment/type-aliases/AdvertisementAttachment.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/AgendaFolder/AgendaFolder/type-aliases/AgendaFolder.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/AgendaItem/AgendaItem/type-aliases/AgendaItem.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/AuthenticationPayload/type-aliases/AuthenticationPayload.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/BlockedUser/BlockedUser/type-aliases/BlockedUser.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Chat/Chat/type-aliases/Chat.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/ChatMessage/ChatMessage/type-aliases/ChatMessage.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Comment/Comment/type-aliases/Comment.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Community/Community/type-aliases/Community.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Event/Event/type-aliases/Event.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Event/updater/functions/resolveEventUpdater.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/EventAttachment/EventAttachment/type-aliases/EventAttachment.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Fund/Fund/type-aliases/Fund.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/FundCampaign/FundCampaign/type-aliases/FundCampaign.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/FundCampaignPledge/FundCampaignPledge/type-aliases/FundCampaignPledge.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Mutation/createChatMembership/variables/ChatMembershipResolver.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Mutation/deleteChatMessage/functions/deleteChatMessageResolver.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Organization/MembershipRequestObject/type-aliases/MembershipRequestType.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Organization/Organization/type-aliases/Organization.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Organization/OrganizationMembership/type-aliases/OrganizationMembershipType.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Post/Post/type-aliases/Post.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Post/hasUserVoted/variables/HasUserVoted.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/PostAttachment/PostAttachment/type-aliases/PostAttachment.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Tag/Tag/type-aliases/Tag.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/TagFolder/TagFolder/type-aliases/TagFolder.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/User/User/type-aliases/User.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/Venue/Venue/type-aliases/Venue.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/graphql/types/VenueAttachment/VenueAttachment/type-aliases/VenueAttachment.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/plugins/drizzleClient/variables/drizzleClient.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/plugins/minioClient/variables/minioClient.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/plugins/seedInitialData/functions/default.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/plugins/seedInitialData/variables/default.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/plugins/variables/plugins.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/graphql/type-aliases/CreateContext.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/graphql/variables/createContext.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/graphql/variables/graphql.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/healthcheck/functions/healthcheck.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/healthcheck/variables/healthcheck.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/objects/functions/objects.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/objects/variables/objects.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/routes/variables/routes.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/classes/TalawaGraphQLError.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ArgumentsAssociatedResourcesNotFoundExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/ForbiddenActionOnArgumentsAssociatedResourcesExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/InvalidArgumentsExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLErrorExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TalawaGraphQLFormattedError.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/TooManyRequestsExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthenticatedExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedActionOnArgumentsAssociatedResourcesExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnauthorizedArgumentsExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/TalawaGraphQLError/type-aliases/UnexpectedExtensions.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/authorization/functions/assertOrganizationAdmin.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/createGraphQLConnectionWithWhereSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformDefaultGraphQLConnectionArguments.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformGraphQLConnectionArgumentsWithWhere.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/functions/transformToDefaultGraphQLConnection.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnection.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionEdge.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/DefaultGraphQLConnectionPageInfo.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArguments.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/type-aliases/ParsedDefaultGraphQLConnectionArgumentsWithWhere.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/defaultGraphQLConnection/variables/defaultGraphQLConnectionArgumentsSchema.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/getKeyPathsWithNonUndefinedValues/functions/getKeyPathsWithNonUndefinedValues.md is excluded by !**/docs/docs/**
  • docs/docs/docs/auto-schema/utilities/isNotNullish/functions/isNotNullish.md is excluded by !**/docs/docs/**
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (4)
  • package.json (1 hunks)
  • schema.graphql (6 hunks)
  • src/graphql/inputs/QueryOrganizationPostInput.ts (1 hunks)
  • src/graphql/inputs/index.ts (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (4)
  • GitHub Check: Check gql tada files and configuration
  • GitHub Check: Check drizzle migration files
  • GitHub Check: Check type errors
  • GitHub Check: Analyse Code With CodeQL (typescript)
🔇 Additional comments (9)
package.json (1)

54-54: LGTM! Documentation dependency addition is appropriate.

The addition of typedoc-plugin-markdown supports the project's documentation generation workflow and uses an appropriate version constraint.

src/graphql/inputs/QueryOrganizationPostInput.ts (2)

4-20: Well-structured input validation schema.

The zod schema correctly implements pagination with sensible defaults (skip: 0, first: 10) and appropriate constraints. The maximum limit of 50 items helps prevent performance issues with large result sets.


22-34: GraphQL input type properly defined.

The PostWhereInput type provides comprehensive filtering options with clear descriptions. The field naming convention is consistent with the rest of the schema.

src/graphql/inputs/index.ts (1)

90-90: Import addition follows established patterns.

The new import is correctly placed and follows the existing naming convention for GraphQL input modules.

schema.graphql (5)

557-585: Event type improvements enhance data consistency.

The changes improve the Event type by:

  • Making allDay nullable for optional full-day events
  • Making startAt non-nullable (events require start times)
  • Adding location field for event venues

These changes enhance data integrity and provide more complete event information.


920-930: Organization.Orgposts field properly implements pagination and filtering.

The new field correctly integrates with the pagination and filtering infrastructure:

  • Standard pagination parameters (first, skip)
  • Proper filtering via PostWhereInput
  • Returns appropriate array type

This aligns well with the TypeScript schema definitions.


3367-3376: PostWhereInput provides comprehensive filtering options.

The input type offers appropriate filtering capabilities:

  • caption_contains for text search
  • creatorId for user-specific posts
  • isPinned for pinned status filtering

Field names and descriptions are clear and consistent with the TypeScript definitions.


1888-1918: Event input types consistently updated.

The MutationCreateEventInput changes maintain consistency with the Event type updates, including the new location field and proper handling of allDay and timing fields.


2666-2694: Update event input maintains field consistency.

The MutationUpdateEventInput properly reflects the Event type changes while maintaining optional fields for partial updates.

✨ Finishing Touches
  • 📝 Generate Docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

github-actions bot commented Jun 7, 2025

Our Pull Request Approval Process

Thanks for contributing!

Testing Your Code

Remember, your PRs won't be reviewed until these criteria are met:

  1. We don't merge PRs with poor code quality.
    1. Follow coding best practices such that CodeRabbit.ai approves your PR.
  2. We don't merge PRs with failed tests.
    1. When tests fail, click on the Details link to learn more.
    2. Write sufficient tests for your changes (CodeCov Patch Test). Your testing level must be better than the target threshold of the repository
    3. Tests may fail if you edit sensitive files. Ask to add the ignore-sensitive-files-pr label if the edits are necessary.
  3. We cannot merge PRs with conflicting files. These must be fixed.

Our policies make our code better.

Reviewers

Do not assign reviewers. Our Queue Monitors will review your PR and assign them.
When your PR has been assigned reviewers contact them to get your code reviewed and approved via:

  1. comments in this PR or
  2. our slack channel

Reviewing Your Code

Your reviewer(s) will have the following roles:

  1. arbitrators of future discussions with other contributors about the validity of your changes
  2. point of contact for evaluating the validity of your work
  3. person who verifies matching issues by others that should be closed.
  4. person who gives general guidance in fixing your tests

CONTRIBUTING.md

Read our CONTRIBUTING.md file. Most importantly:

  1. PRs with issues not assigned to you will be closed by the reviewer
  2. Fix the first comment in the PR so that each issue listed automatically closes

Other

  1. 🎯 Please be considerate of our volunteers' time. Contacting the person who assigned the reviewers is not advised unless they ask for your input. Do not @ the person who did the assignment otherwise.
  2. Read the CONTRIBUTING.md file make

@iamanishx iamanishx changed the title feas: Created a Query for OrganizationPosts . feat: Created a Query for OrganizationPosts . Jun 7, 2025
Copy link

codecov bot commented Jun 7, 2025

Codecov Report

Attention: Patch coverage is 96.96970% with 1 line in your changes missing coverage. Please review.

Project coverage is 59.86%. Comparing base (c0468a4) to head (0dbb812).
Report is 807 commits behind head on develop.

Files with missing lines Patch % Lines
src/graphql/inputs/QueryOrganizationPostInput.ts 96.87% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #3493       +/-   ##
============================================
- Coverage    98.17%   59.86%   -38.32%     
============================================
  Files          184      526      +342     
  Lines        10767    41065    +30298     
  Branches       835     1815      +980     
============================================
+ Hits         10571    24584    +14013     
- Misses         186    16471    +16285     
  Partials        10       10               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@iamanishx
Copy link
Author

@palisadoes @disha1202 @noman2002 Please review
only one line is missing and that's for race condition that can be ignored i think

Copy link

This pull request did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please verify it has no conflicts with the develop branch and rebase if needed. Mention it now if you need help or give permission to other people to finish your work.

@github-actions github-actions bot added the no-pr-activity No pull request activity label Jun 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-pr-activity No pull request activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant