Skip to main content

Input objects

AuthenticateSessionInput

Arguments

NameDescription
code
String!

Session Code

AuthenticateUserSessionInput

Arguments

NameDescription
code
String!

User Session Code

CreateAnnotationInput

Arguments

NameDescription
start
Int!

Annotation Start Seconds

end
Int

Annotation End Seconds

markerId
Int!

Associated Marker

userSessionId
Int!

Associated User Session

note
String

Annotation Note

CreateMarkerInput

Arguments

NameDescription
type
MarkerType!

Marker Type

name
String!

Marker Name

abbreviation
String

Marker Name Abbreviation (e.g. for small screen sizes

description
String

Marker Descritpion

color
String

Marker Color

icon
String

Marker Icon

CreateMediaInput

Arguments

NameDescription
file
Upload!

CreateSessionInput

Arguments

NameDescription
name
String!
description
String
status
SessionStatus
start
DateTime
end
DateTime
editable
Boolean
enablePlayer
Boolean
displaySampleSolution
Boolean
enableLiveAnalysis
Boolean
mediaId
Int

Assigned Media

CreateUserInput

Arguments

NameDescription
email
String

User Email

CreateUserSessionInput

Arguments

NameDescription
sessionId
Int!

Associated Session

note
String

User Session Note

owner
CreateUserInput

User Assopciated to the User Session

InviteUserSessionInput

Arguments

NameDescription
userSessionIds
[ID!]!

Associated Session

message
String

User Session Email

UpdateAnnotationInput

Arguments

NameDescription
note
String

Annotation Note

UpdateMarkerInput

Arguments

NameDescription
type
MarkerType

Marker Type

name
String

Marker Name

abbreviation
String

Marker Name Abbreviation (e.g. for small screen sizes

description
String

Marker Descritpion

color
String

Marker Color

icon
String

Marker Icon

UpdateSessionInput

Arguments

NameDescription
name
String
description
String
status
SessionStatus
start
DateTime
end
DateTime
editable
Boolean
enablePlayer
Boolean
displaySampleSolution
Boolean
enableLiveAnalysis
Boolean
mediaId
Int

Assigned Media

UpdateToolbarInput

Arguments

NameDescription
markers
[String!]

UpdateUserInput

Arguments

NameDescription
displayName
String

User Displayname

UpdateUserSessionInput

Arguments

NameDescription
note
String

User Session Note