Skip to content

Commit

Permalink
udpate schema
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 10, 2024
1 parent d2aeada commit e705145
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions service/graphql/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ type Venue {

descriptionFr: String!

"""
The description of the venue. [description] may contain emojis and '\n' Chars but no markdown or HTML.
May be null if no description is available.
"""
description(language: String = "en"): String!
}

Expand All @@ -134,6 +139,11 @@ type Session implements Node {

title: String!

"""
The description of the event. [description] may contain emojis and '\n' Chars but no markdown or HTML.
May be null if no description is available.
"""
description: String

"""
Expand Down

0 comments on commit e705145

Please sign in to comment.