OBJECT
OrganizationInfo
link GraphQL Schema definition
1 type OrganizationInfo { 2 3 # The organization ID 4 ID! : 5 6 # The organization GUID 7 ID : 8 9 # The organization's name 10 String : 11 12 # Organization avatar/logo 13 String : 14 15 # Relative priority in the user org list 16 Int : 17 18 # The email got an invitation and waiting to complete the invitation 19 String): Boolean ( : 20 21 }