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
Let's give the RFCs Slack post a refresh with this Slack Block Kit structure and the following GraphQL query:
fragment authorFields on Actor { login url avatarUrl } fragment issueCommentFields on IssueComment { createdAt author { login } } { search(query: "org:Artsy label:RFC state:open", type: ISSUE, first: 20) { issueCount edges { node { ... on Issue { participants { totalCount } timelineItems(last: 1, itemTypes: ISSUE_COMMENT) { nodes { ... on IssueComment { ...issueCommentFields } } } createdAt title url author { ...authorFields } } ... on PullRequest { participants { totalCount } timelineItems(last: 1, itemTypes: ISSUE_COMMENT) { nodes { ... on IssueComment { ...issueCommentFields } } } createdAt title url author { ...authorFields } } } } } }
Current
Desired
The text was updated successfully, but these errors were encountered:
Closing with #31
Sorry, something went wrong.
dblandin
No branches or pull requests
Let's give the RFCs Slack post a refresh with this Slack Block Kit structure and the following GraphQL query:
Current
Desired
The text was updated successfully, but these errors were encountered: