organizationAttributes.graphql 236 B

123456789101112131415161718
  1. fragment organizationAttributes on Organization {
  2. id
  3. internalId
  4. name
  5. shared
  6. domain
  7. domainAssignment
  8. active
  9. note
  10. vip
  11. ticketsCount {
  12. open
  13. closed
  14. }
  15. objectAttributeValues {
  16. ...objectAttributeValues
  17. }
  18. }