refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
13
frontend/graphql/operations/contact-inboxes.graphql
Normal file
13
frontend/graphql/operations/contact-inboxes.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
query ContactInboxesQuery {
|
||||
contactInboxes {
|
||||
id
|
||||
contactId
|
||||
contactName
|
||||
channel
|
||||
sourceExternalId
|
||||
title
|
||||
isHidden
|
||||
lastMessageAt
|
||||
updatedAt
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user