Skip to content

Commit

Permalink
Add Alert sent ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Apr 25, 2024
1 parent 835f836 commit 2386678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/cap_feed/orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@strawberry_django.ordering.order(Alert)
class AlertOrder:
id: strawberry.auto
sent: strawberry.auto


@strawberry_django.ordering.order(AlertInfo)
Expand Down
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ enum AlertMsgTypeEnum {

input AlertOrder {
id: Ordering
sent: Ordering
}

enum AlertStatusEnum {
Expand Down

0 comments on commit 2386678

Please sign in to comment.