Skip to content

Commit

Permalink
Add new indexer documents
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoginth committed Nov 26, 2024
1 parent 2dc97da commit fc1d642
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/indexer/documents/fragments/PostFields.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@ fragment PostFields on Post {
author {
...AccountFields
}
metadata {
...PostMetadataFields
}
timestamp
}
29 changes: 29 additions & 0 deletions packages/indexer/documents/fragments/PostMetadataFields.graphql
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
fragment PostMetadataFields on PostMetadata {
... on VideoMetadata {
...VideoMetadataFields
}
... on ArticleMetadata {
...ArticleMetadataFields
}
... on AudioMetadata {
...AudioMetadataFields
}
... on ImageMetadata {
...ImageMetadataFields
}
... on LinkMetadata {
...LinkMetadataFields
}
... on LiveStreamMetadata {
...LiveStreamMetadataFields
}
... on MintMetadata {
...MintMetadataFields
}
... on TextOnlyMetadata {
...TextOnlyMetadataFields
}
... on CheckingInMetadata {
...CheckingInMetadataFields
}
}

1 comment on commit fc1d642

@vercel
Copy link

@vercel vercel bot commented on fc1d642 Nov 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

heyxyz.vercel.app
hey.xyz
web-heyxyz.vercel.app
web-git-main-heyxyz.vercel.app

Please sign in to comment.