Skip to content

Commit

Permalink
add more publication fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysu committed Aug 11, 2023
1 parent abb6ff2 commit e0823eb
Show file tree
Hide file tree
Showing 3 changed files with 3,053 additions and 64 deletions.
14 changes: 7 additions & 7 deletions packages/client/lens-v2.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ type Post {
metadata: PublicationMetadata!

# The open action module
openActionModules: [OpenActionModule!]
openActionModules: [OpenActionModule!]!

# The reference module
referenceModule: ReferenceModule
Expand Down Expand Up @@ -666,7 +666,7 @@ type VideoMetadataV1 implements MetadataV3Common {

locale: Locale!

tags: [String!]!
tags: [String!]

contentWarning: PublicationContentWarning

Expand Down Expand Up @@ -696,7 +696,7 @@ type ImageMetadataV1 implements MetadataV3Common {

locale: Locale!

tags: [String!]!
tags: [String!]

contentWarning: PublicationContentWarning

Expand Down Expand Up @@ -809,7 +809,7 @@ type EventMetadataV1 implements MetadataV3Common {

startsAt: DateTime!

endsAt: DateTime!
endsAt: DateTime

links: [Url!]

Expand Down Expand Up @@ -1084,7 +1084,7 @@ type MintMetadataV1 implements MetadataV3Common {

mainContentFocus: MintMetadataV1MainFocus!

attachments: [MetadataAttachment]
attachments: [MetadataAttachment!]

encryptedWith: EncryptionStrategy
}
Expand All @@ -1108,7 +1108,7 @@ type SpaceMetadataV1 implements MetadataV3Common {

appId: AppId

title: String!
title: String

link: Url!

Expand Down Expand Up @@ -1293,7 +1293,7 @@ type MetadataV2 {
attributes: [MarketplaceMetadataAttribute!]

# The locale of the publication,
locale: Locale
locale: Locale!

# The tags for the publication
tags: [String!]
Expand Down
Loading

0 comments on commit e0823eb

Please sign in to comment.