Files
clientsflow/frontend/graphql/operations/contacts.graphql
2026-02-23 14:52:26 +07:00

11 lines
115 B
GraphQL

query ContactsQuery {
contacts {
id
name
avatar
channels
lastContactAt
description
}
}