SCALAR
Boolean
The Boolean scalar type represents true or false.
link GraphQL Schema definition
- scalar Boolean
link Require by
- AbandonAbandon data for a trainee in a training session
- AbandonInputAn input data structure to create or update an abandon
- CompanyA Company
- CompanyInputAn input data structure to create or update a company
- ConfigEditableComponentAn editor config editable component
- CreateCustomerInputAn input data structure to create a customer of a session - be careful not to create duplicates!
- CreateCustomerTraineeInputAn input data structure to create a customerTrainee
- CreateRegistrationInputAn input structure to create a registration using existing entity IDs. Provide exactly one of draft_company_id or draft_trainee_id.
- CustomerA customer of a session
- CustomerCostA cost line in customer special price of the session
- CustomerCostInputAn input data structure to create or update a customerCost
- CustomerFilterList of filters you can use to search for customer
- CustomerFundingA funding for a customer (connects a given customer in a session to a given funding agency)
- CustomerTraineeA trainee belonging to a customer in a session
- DocumentA Document
- DocumentEditableComponentAn editor document editable component
- DraftSessionTraineeA draft trainee belonging in a session. Draft trainee needs to be approved manually.
- DraftSessionTraineeInputAdd a draft trainee to a session - Prerequisites: trainee has to be draft
- EvaluationAn evaluation
- FlashcardsEditableComponentEC type flashcards
- FormInputA question in a form of an evaluation
- HeadingEditableComponentAn editor heading editable component
- HeadingWithParagraphEditableComponentnull
- HtmlDocA inline HTML document to read in an e-learning module
- ImageEditableComponentAn editor image editable component
- InputCustomerFundingAn input data structure to create or update a customerFunding
- InstructorAn instructor
- InstructorInputAn input data structure to create or update an instructor. Lastname is required. Be careful not creating duplicates!
- InvoiceAn invoice
- InvoiceItemA price item in an invoice
- LearningPathAn e-learning learning path
- LivestreamAn video live stream in an e-learning module
- MatchingPairsContentMatchingPairs - Content
- MatchingPairsEditableComponentMatchingPairs
- ModuleAn e-learning module
- ModuleSequenceItemAn e-learning module sequence item
- NewEvaluationAn evaluation
- Notenull
- NoteInputAn input data structure to create a note associated with a customer
- PendingEvaluationAn evaluation wraps in added information concerning its state for a given trainee
- ProgramA program
- ProgramCapacityNumber of people the program is designed for
- ProgramCapacityInputNumber of people the program is designed for
- ProgramFilternull
- ProgramInputnull
- QuestionScorenull
- QuizAnswerQuiz - Answer
- QuizFillInTheBlankContentQuiz FillInTheBlank - Content
- QuizFillInTheBlankEditableComponentQuiz FillInTheBlank
- QuizFreeTextEditableComponentQuiz FreeText
- QuizMatchingPairsEvaluatedRepliesQuiz Matching Pairs - Evaluated Replies
- QuizMatchingPairsReplyValidationQuiz Matching Pairs - Validation
- QuizMatrixEditableComponentQuiz Matrix
- QuizMultipleChoiceContentQuiz MultipleChoice - Content
- QuizMultipleChoiceEditableComponentQuiz MultipleChoice
- QuizOutOfTenEditableComponentQuiz OutOfTen
- QuizReplyValidationQuiz - Validation
- QuizSingleChoiceContentQuiz SingleChoice - Content
- QuizSingleChoiceEditableComponentQuiz SingleChoice
- QuizStarsRatingEditableComponentQuiz StarsRating
- RoomA room - where subsessions slots take part, can be set as the default room of a training session
- RoomInputAn input data structure to create or update a room - name is required - be careful not to create duplicates!
- RootMutationTypenull
- RootQueryTypenull
- ScormA Scorm in an e-learning module
- SubsessionA subsession
- SubsessionInputAn input data structure to create or update a subsession nested in a trainingSessionInput - lastname is required - be careful not to create duplicates!
- TextEditableComponentAn editor text editable component
- TitleEditableComponentAn editor title editable component
- TitleParagraphEditableComponentAn editor title paragraph editable component
- TraineeA trainee - Represents an individual taking a part in a training session. Can attend multiple training sessions.
- TraineeFilterA filter data structure for matching trainees
- TraineeInputAn input data structure to create or update a trainee. Lastname is required. Be careful not to create duplicates!
- TrainingSessionA training session
- TrainingSessionCostA cost line in a session price
- TrainingSessionCostInputAn input data structure to create or update a trainingSessionCost
- TrainingSessionFiltersA filter data structure for specific training sessions
- TrainingSessionInputAn input data structure to create or update a training session - name is required - be careful not to create duplicates!
- TrainingSessionInstructorAn instructor working in a training session
- TrainingSessionSlotA time slot for a subsession of a trainingSession
- UpdateCustomerInputAn input data structure to update a customer of a session
- UpdateCustomerTraineeInputAn input data structure to update a customerTrainee
- UploadMarkerAn upload to be submitted by trainees
- VideoEditableComponentAn editor video editable component
- WebResourceEditableComponentAn editor web resource editable component
- __DirectiveRepresents a directive
- __EnumValuenull
- __Fieldnull
- __InputValuenull
- __TypeRepresents scalars, interfaces, object types, unions, enums in the system