12345678910111213141516171819202122232425262728293031323334 |
- fragment userDetailAttributes on User {
- id
- internalId
- firstname
- lastname
- fullname
- image
- email
- web
- vip
- phone
- mobile
- fax
- note
- active
- objectAttributeValues {
- ...objectAttributeValues
- }
- organization {
- id
- internalId
- name
- active
- ticketsCount {
- open
- closed
- }
- }
- hasSecondaryOrganizations
- ticketsCount {
- open
- closed
- }
- }
|