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 }
link Required by
- DataRegistry
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- OrganizationInfoList
- PackageA Package is an object that groups dependent aiWARE resources together.
- PackageGrantPackage Grants control the visibility of packages and their resources to other organizations. If a package grant does not exist for an organization, access will be determined by that package's distribution type.
- Schema