summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/crm/contacts/components/graphql/crm_contact_fields.fragment.graphql
blob: 545ddbf5f724fb97877de6996215ad717e0caf49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
fragment ContactFragment on CustomerRelationsContact {
  id
  firstName
  lastName
  email
  phone
  description
  active
  organization {
    id
    name
  }
}