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 09f98cf
Show file tree
Hide file tree
Showing 3 changed files with 2,068 additions and 36 deletions.
8 changes: 4 additions & 4 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 @@ -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 09f98cf

Please sign in to comment.