Skip to content

Commit

Permalink
Add FingerprintedSceneEdit notification type (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash authored Jan 11, 2025
1 parent 1e937d2 commit 41b82d9
Show file tree
Hide file tree
Showing 11 changed files with 1,439 additions and 108 deletions.
5 changes: 5 additions & 0 deletions frontend/src/graphql/queries/QueryNotifications.gql
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ query Notifications($input: QueryNotificationsInput!) {
...EditFragment
}
}
... on FingerprintedSceneEdit {
edit {
...EditFragment
}
}
}
}
}
Expand Down
Loading

0 comments on commit 41b82d9

Please sign in to comment.