Skip to content

Commit

Permalink
Add FingerprintedSceneEdit notification type
Browse files Browse the repository at this point in the history
  • Loading branch information
InfiniteStash committed Jan 10, 2025
1 parent 0d51817 commit 968a9fd
Show file tree
Hide file tree
Showing 9 changed files with 1,406 additions and 95 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 968a9fd

Please sign in to comment.