OBJECT
type Institution implements Node {id: ID! name: String! type: InstitutionType! domain: String city: String state: String sourceID: String createdAt: Time updatedAt: Time image: Image }