14 lines
152 B
GraphQL
14 lines
152 B
GraphQL
query ContactsQuery {
|
|
contacts {
|
|
id
|
|
name
|
|
avatar
|
|
company
|
|
country
|
|
location
|
|
channels
|
|
lastContactAt
|
|
description
|
|
}
|
|
}
|