OBJECT
type EdBrokerDetail {id: Int! name: String! isConnected: Boolean! logoUrl: String email: String phone: String websiteUrl: String connectedInstitutions: [ConnectedInstitution] }