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 +}