We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linked with Asses ZenPub replacement with BonFire #121
We have no way to get Thread in these requests and mutations
fragment ThreadPreview on Thread { id lastActivity createdAt context{ ...on Community { ...CommunityPreview } ...on Collection { ...CollectionPreview } ...on Resource { ...ResourcePreview } ...on Flag { ...FlagPreview } } comments(limit:1){ totalCount edges{ ...on Comment { ...CommentPreview } } } }
fragment CommunityPageThread on Thread { id ...ThreadPreview }
query communityThreads($communityId: String!, $limit:Int, $before:[Cursor!], $after:[Cursor!]) { community(communityId:$communityId) @connection(key: "communityThreads", filter: ["communityId"]){ id threads(limit:$limit, before:$before, after:$after){ totalCount, pageInfo{ ...FullPageInfo } edges{ ...CommunityThread } } } } fragment CommunityThread on Thread{ ...CommunityPageThread }
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Linked with Asses ZenPub replacement with BonFire #121
Thread
We have no way to get Thread in these requests and mutations
The text was updated successfully, but these errors were encountered: