-
-
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
Nov 26, 2024
1 parent
9ee1bc3
commit 2dc97da
Showing
9 changed files
with
116 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
packages/indexer/documents/fragments/post-metadata/ArticleMetadataFields.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,11 @@ | ||
fragment ArticleMetadataFields on ArticleMetadata { | ||
id | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
packages/indexer/documents/fragments/post-metadata/AudioMetadataFields.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,15 @@ | ||
fragment AudioMetadataFields on AudioMetadata { | ||
id | ||
title | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
asset { | ||
...MediaAudioFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
packages/indexer/documents/fragments/post-metadata/CheckingInMetadataFields.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,18 @@ | ||
fragment CheckingInMetadataFields on CheckingInMetadata { | ||
id | ||
content | ||
tags | ||
location | ||
position | ||
address { | ||
country | ||
locality | ||
postalCode | ||
} | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
packages/indexer/documents/fragments/post-metadata/ImageMetadataFields.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,14 @@ | ||
fragment ImageMetadataFields on ImageMetadata { | ||
id | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
image { | ||
...MediaImageFields | ||
} | ||
} |
12 changes: 12 additions & 0 deletions
12
packages/indexer/documents/fragments/post-metadata/LinkMetadataFields.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,12 @@ | ||
fragment LinkMetadataFields on LinkMetadata { | ||
id | ||
content | ||
sharingLink | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
13 changes: 13 additions & 0 deletions
13
packages/indexer/documents/fragments/post-metadata/LiveStreamMetadataFields.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 LiveStreamMetadataFields on LiveStreamMetadata { | ||
id | ||
playbackURL | ||
liveURL | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
packages/indexer/documents/fragments/post-metadata/MintMetadataFields.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,11 @@ | ||
fragment MintMetadataFields on MintMetadata { | ||
id | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
packages/indexer/documents/fragments/post-metadata/TextOnlyMetadataFields.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,8 @@ | ||
fragment TextOnlyMetadataFields on TextOnlyMetadata { | ||
id | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
packages/indexer/documents/fragments/post-metadata/VideoMetadataFields.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,14 @@ | ||
fragment VideoMetadataFields on VideoMetadata { | ||
id | ||
content | ||
tags | ||
attributes { | ||
...MetadataAttributeFields | ||
} | ||
asset { | ||
...MediaVideoFields | ||
} | ||
attachments { | ||
...MediaFields | ||
} | ||
} |
2dc97da
There was a problem hiding this comment.
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 – ./
web-heyxyz.vercel.app
heyxyz.vercel.app
web-git-main-heyxyz.vercel.app
hey.xyz