Lens
Last updated
{
addrs(where:{address:"0x88520C10ad3d35aD2D3220CdE446CcB33f09331B"}){
lensInclude{
profileId
handle
imageURI
metadata
address
followModule
value
}
followLens{ #check handles followed by this address
profileId
handle
imageURI
metadata
address
followModule
value
}
followLensAggregate{ # aggregation search
count
}
}
}
{
lens(where:{profileId:104724}){ # query based on profileId/handle
profileId
handle
address
metadata
imageURI
# followers, limit for the number of limit (default 10), offset is the paging query
followerAddrs(options:{limit:5,offset:1}){
address
}
followerAddrsAggregate{
count
}
}
}
{
lens(where:{profileId:104724}){ # query based on profileId/handle
profileId
handle
address
publishComments(options:{limit:5,offset:1}){ # each pub can be queried with paging
profileId
pubId
profileIdPointed # for which user to comment
pubIdPointed # for which pub of users to comment
contentURI # access the actual user comment data through this url
timestamp
}
publishMirrors{
pubId
profileId
profileIdPointed # for which user to mirror
pubIdPointed # for which pub of users to mirror
contentURI
timestamp
}
publishPosts{
pubId
profileId
contentURI
timestamp
}
}
}
{
lens_post(where:{profileId:104724,pubId:27}){
id
profileId
pubId
contentURI
}
lens_comment(where:{profileId:104724,pubId:19}){
contentURI
timestamp
pubIdPointed
profileIdPointed
}
lens_mirror(where:{profileId:104724,pubId:12}){
contentURI
timestamp
pubIdPointed
profileIdPointed
}
}