Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit a2cc907

Browse files
committed
Add author fields to comment queries
1 parent ac7e2bb commit a2cc907

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/wordpress/_partials/commentsFields.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@ const commentsFields = `
88
date
99
parentId
1010
type
11+
author {
12+
node {
13+
name
14+
url
15+
}
16+
}
1117
`
1218
export default commentsFields

0 commit comments

Comments
 (0)