From 53cdd3325ff7a37058a4a47a9f7dc7b7e507baac Mon Sep 17 00:00:00 2001 From: "franz.media" Date: Thu, 26 May 2022 16:43:33 +0200 Subject: [PATCH] populating the profile fields --- schema.graphql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/schema.graphql b/schema.graphql index c6bbc87..86a231f 100644 --- a/schema.graphql +++ b/schema.graphql @@ -1,6 +1,8 @@ type Dispatcher @entity { profileId: ID! #tokenId dispatcher: Bytes! # address + handle: String! # username + imageURI: String! # profile picture } type Post @entity{ @@ -33,4 +35,4 @@ type Mirror @entity{ referenceModule: Bytes! #rm address referenceModuleReturn: Bytes! #abi encoded reference creationTime: Int! #timestamp -} \ No newline at end of file +}