Skip to content

Commit 9bd36db

Browse files
authored
fix: add missing payIn fields to the non-children variant of COMMENT_FIELDS fragment (#2656)
1 parent 2e61f6f commit 9bd36db

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fragments/comments.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ export const COMMENT_FIELDS_NO_CHILD_COMMENTS = gql`
7979
meMute
8080
...StreakFields
8181
}
82+
payIn {
83+
id
84+
payInState
85+
payInType
86+
payInStateChangedAt
87+
payerPrivates {
88+
payInFailureReason
89+
retryCount
90+
}
91+
}
8292
sats
8393
credits
8494
meAnonSats @client

0 commit comments

Comments
 (0)