Skip to content

Commit

Permalink
update announcement schema
Browse files Browse the repository at this point in the history
  • Loading branch information
zxcvbnmmohd committed May 29, 2024
1 parent 9103b88 commit 0ac7aeb
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 3,324 deletions.
3 changes: 1 addition & 2 deletions amplify/backend/api/RukuAPI/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ type Announcement
]
) {
id: ID!
title: String!
body: String!
content: String!
images: [String]
bookmarks: [Bookmark]! @hasMany(indexName: "byAnnouncement", fields: ["id"])
likes: [Like]! @hasMany(indexName: "byAnnouncement", fields: ["id"])
Expand Down
378 changes: 0 additions & 378 deletions lib/models/Committee.dart

This file was deleted.

Loading

0 comments on commit 0ac7aeb

Please sign in to comment.