-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yoginth
committed
Dec 7, 2024
1 parent
a54ae5a
commit 21a9851
Showing
7 changed files
with
81 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
packages/indexer/documents/fragments/account/AccountMetadata.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
fragment AccountMetadata on AccountMetadata { | ||
id | ||
name | ||
bio | ||
picture | ||
coverPicture | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
packages/indexer/documents/fragments/account/LoggedInAccountOperationsFields.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
fragment LoggedInAccountOperationsFields on LoggedInAccountOperations { | ||
id | ||
isFollowedByMe | ||
isFollowingMe | ||
canFollow | ||
canUnfollow | ||
isMutedByMe | ||
isBlockedByMe | ||
hasBlockedMe | ||
canBlock | ||
canUnblock | ||
hasReported | ||
} |
5 changes: 0 additions & 5 deletions
5
packages/indexer/documents/fragments/account/SimplePaymentFollowRuleFields.graphql
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
packages/indexer/documents/fragments/post/PostBaseFields.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
fragment PostBaseFields on Post { | ||
id | ||
isDeleted | ||
isEdited | ||
stats { | ||
...PostStatsFields | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.