refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
13
frontend/graphql/operations/contacts.graphql
Normal file
13
frontend/graphql/operations/contacts.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
query ContactsQuery {
|
||||
contacts {
|
||||
id
|
||||
name
|
||||
avatar
|
||||
company
|
||||
country
|
||||
location
|
||||
channels
|
||||
lastContactAt
|
||||
description
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user