Add option to link an external registration provider for events
This commit is contained in:
committed by
Thomas Citharel
parent
b3e7f23604
commit
75502e2a4b
@@ -1551,6 +1551,9 @@ type RootMutationType {
|
||||
"The event's options to join"
|
||||
joinOptions: EventJoinOptions
|
||||
|
||||
"External URL for participation"
|
||||
externalParticipationUrl: String
|
||||
|
||||
"The list of tags associated to the event"
|
||||
tags: [String]
|
||||
|
||||
@@ -1620,6 +1623,9 @@ type RootMutationType {
|
||||
"The event's options to join"
|
||||
joinOptions: EventJoinOptions
|
||||
|
||||
"External URL for participation"
|
||||
externalParticipationUrl: String
|
||||
|
||||
"The list of tags associated to the event"
|
||||
tags: [String]
|
||||
|
||||
@@ -2962,6 +2968,9 @@ type Event implements ActivityObject & Interactable & ActionLogObject {
|
||||
"The event's visibility"
|
||||
joinOptions: EventJoinOptions
|
||||
|
||||
"External URL for participation"
|
||||
externalParticipationUrl: String
|
||||
|
||||
"The event's picture"
|
||||
picture: Media
|
||||
|
||||
@@ -3150,6 +3159,9 @@ enum EventJoinOptions {
|
||||
|
||||
"Participants must be invited"
|
||||
INVITE
|
||||
|
||||
"External registration"
|
||||
EXTERNAL
|
||||
}
|
||||
|
||||
type InstanceFeeds {
|
||||
|
||||
Reference in New Issue
Block a user