OBJECT
type MeResponse {_id: String! accountId: String! brandingData: JSONObject email: String feature: JSONObject firstName: String! lastName: String name: String teams: [MeTeam!]! username: String }