Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion schema.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
type Dispatcher @entity {
profileId: ID! #tokenId
dispatcher: Bytes! # address
handle: String! # username
imageURI: String! # profile picture
}

type Post @entity{
Expand Down Expand Up @@ -33,4 +35,4 @@ type Mirror @entity{
referenceModule: Bytes! #rm address
referenceModuleReturn: Bytes! #abi encoded reference
creationTime: Int! #timestamp
}
}