OBJECT
OrganizationType
link GraphQL Schema definition
- type OrganizationType {
- ID! :
- # Organization's name
- String! :
- # Path to Organization's avatar picture
- String! :
- UserType!]! : [
- # Date of creation (Optional - default=now)
- DateTime! :
- CourseType!]! : [
- UserOrganizationType!]! : [
- }