You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fragment EditCollectionQueryData on Collection {
id
name
summary
icon{
id, url }
updatedAt
}
query collectionPreview($collectionId: String!) {
collection(collectionId:$collectionId){
id
...CollectionPreview
}
}
fragment CollectionPreview on Collection {
id
icon{ id, url }
isLocal
canonicalUrl
name
summary
resourceCount
displayUsername
myFlag { id }
myFollow { id }
preferredUsername
# myLike { id }
# likerCount
community {
id
...CommunityInfo
}
}
Linked with Asses ZenPub replacement with BonFire #121
Collection We have no way to get Collection in these requests and mutations
The text was updated successfully, but these errors were encountered: