Files
clientsflow/frontend/graphql/operations/contacts.graphql

14 lines
152 B
GraphQL

query ContactsQuery {
contacts {
id
name
avatar
company
country
location
channels
lastContactAt
description
}
}