Input objects
AuthenticateSessionInput
Arguments
| Name | Description |
|---|---|
codeString! | Session Code |
AuthenticateUserSessionInput
Arguments
| Name | Description |
|---|---|
codeString! | User Session Code |
CreateAnnotationInput
Arguments
| Name | Description |
|---|---|
startInt! | Annotation Start Seconds |
endInt | Annotation End Seconds |
markerIdInt! | Associated Marker |
userSessionIdInt! | Associated User Session |
noteString | Annotation Note |
CreateMarkerInput
Arguments
| Name | Description |
|---|---|
typeMarkerType! | Marker Type |
nameString! | Marker Name |
abbreviationString | Marker Name Abbreviation (e.g. for small screen sizes |
descriptionString | Marker Descritpion |
colorString | Marker Color |
iconString | Marker Icon |
CreateMediaInput
Arguments
| Name | Description |
|---|---|
fileUpload! |
CreateSessionInput
Arguments
| Name | Description |
|---|---|
nameString! | |
descriptionString | |
statusSessionStatus | |
startDateTime | |
endDateTime | |
editableBoolean | |
enablePlayerBoolean | |
displaySampleSolutionBoolean | |
enableLiveAnalysisBoolean | |
mediaIdInt | Assigned Media |
CreateUserInput
Arguments
| Name | Description |
|---|---|
emailString | User Email |
CreateUserSessionInput
Arguments
| Name | Description |
|---|---|
sessionIdInt! | Associated Session |
noteString | User Session Note |
ownerCreateUserInput | User Assopciated to the User Session |
InviteUserSessionInput
Arguments
| Name | Description |
|---|---|
userSessionIds[ID!]! | Associated Session |
messageString | User Session Email |
UpdateAnnotationInput
Arguments
| Name | Description |
|---|---|
noteString | Annotation Note |
UpdateMarkerInput
Arguments
| Name | Description |
|---|---|
typeMarkerType | Marker Type |
nameString | Marker Name |
abbreviationString | Marker Name Abbreviation (e.g. for small screen sizes |
descriptionString | Marker Descritpion |
colorString | Marker Color |
iconString | Marker Icon |
UpdateSessionInput
Arguments
| Name | Description |
|---|---|
nameString | |
descriptionString | |
statusSessionStatus | |
startDateTime | |
endDateTime | |
editableBoolean | |
enablePlayerBoolean | |
displaySampleSolutionBoolean | |
enableLiveAnalysisBoolean | |
mediaIdInt | Assigned Media |
UpdateToolbarInput
Arguments
| Name | Description |
|---|---|
markers[String!] |
UpdateUserInput
Arguments
| Name | Description |
|---|---|
displayNameString | User Displayname |
UpdateUserSessionInput
Arguments
| Name | Description |
|---|---|
noteString | User Session Note |