Skip to content

Commit 818d5d9

Browse files
committed
Annotates known issue with discussions field on User
Adds a FIXME comment to highlight that the discussions field on the User type is currently not functioning as expected. Facilitates future debugging and prioritization of the issue.
1 parent c90d8c8 commit 818d5d9

File tree

1 file changed

+1
-0
lines changed
  • packages/gatsby-source-github-graphql-discussions

1 file changed

+1
-0
lines changed

packages/gatsby-source-github-graphql-discussions/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ module.exports.createSchemaCustomization = (
120120
) => {
121121
const { createTypes } = actions;
122122

123+
// FIXME: The 'discussions' field on the User type is not working
123124
const typeDefs = `
124125
type ${pluginNodeTypes.USER} implements Node {
125126
discussions: [${pluginNodeTypes.DISCUSSION}] @link(by: "author.id", from: "githubId")

0 commit comments

Comments
 (0)