Link
The details of a link to a interactive site, attendee app or organizer app.
type Link {
alias: String!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
liveFrom: DateTime
liveTo: DateTime
name: String!
type: LinkType!
url: URL!
}
Fields
Link.alias ● String! non-null scalar
UTF-8 string value the represents the alias of the link. The alias is unique for a link within an event.
An alias can only contain lower-case, alphameric and hyphen characters: [a-z0-9-].
Link.createdAt ● DateTime! non-null scalar
The date and time the record was created.