Reformat files and update yarn.lock

This commit is contained in:
Hammad Jutt
2020-08-04 20:37:11 -06:00
parent d0662178f3
commit d26150e90d
8 changed files with 398 additions and 488 deletions

View File

@@ -36,21 +36,3 @@ function getProfilePicture(boxProfile: BoxProfile) {
}
return 'https://i.imgur.com/RXJO8FD.png';
}
/**
type Query {
get3BoxProfile(address: String): 3BoxProfile
}
type 3BoxProfile {
name: String
description: String
location: String
job: String
emoji: String
}
* */