Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Remove deprecated recent events query
Browse files Browse the repository at this point in the history
  • Loading branch information
bhavberi authored Sep 24, 2024
1 parent 3f74b18 commit 999c938
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions web/src/lib/gql/queries/events.ts
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
import gql from 'graphql-tag';

export const GET_RECENT_EVENTS = gql`
query RecentEvents {
recentEvents {
_id
name
code
clubid
datetimeperiod
poster
}
}
`;

export const GET_ALL_EVENTS = gql`
query Events($clubid: String, $public: Boolean, $limit: Int) {
events(clubid: $clubid, public: $public, limit: $limit) {
Expand Down

0 comments on commit 999c938

Please sign in to comment.