Merge pull request #20588 from ramonlsouza/improve-cursor-subscription
refactor: remove unused data in cursor subscription
This commit is contained in:
commit
ea2bfa11d1
@ -148,11 +148,11 @@ export const CURRENT_PAGE_WRITERS_QUERY = gql`
|
||||
|
||||
export const cursorUserSubscription = gql`
|
||||
subscription CursorSubscription {
|
||||
pres_page_cursor(where: {isCurrentPage: {_eq: true}}) {
|
||||
pres_page_cursor(
|
||||
where: {isCurrentPage: {_eq: true}}
|
||||
order_by: { userId: asc }
|
||||
) {
|
||||
userId
|
||||
isCurrentPage
|
||||
pageId
|
||||
presentationId
|
||||
user {
|
||||
name
|
||||
presenter
|
||||
|
Loading…
Reference in New Issue
Block a user