SCALAR
Int
The Int scalar type represents non-fractional signed whole numeric
values. It is NOT compliant with the GraphQl spec, it can represent
values between -(2^53 - 1) and 2^53 - 1 as specified by
IEEE 754.
It is kept here for backwards compatibility, prefer using
the SpecCompliantInt.
link GraphQL Schema definition
- scalar Int
link Require by
- AnswerCountnull
- AnswerInputnull
- CommentA forum comment in an e-learning module
- CompanyA Company
- CompanyInputAn input data structure to create or update a company
- ConfigEditableComponentAn editor config editable component
- ConfigEditableComponentModifiersAn editor config editable component modifiers
- CreateCustomerInputAn input data structure to create a customer of a session - be careful not to create duplicates!
- CreateInvoiceInputAn input data structure to create an invoice
- 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
- CustomerFilterList of filters you can use to search for customer
- DocumentA Document
- DocumentEditableComponentAn editor document editable component
- EvaluationAn evaluation
- Flashcardnull
- FlashcardsEditableComponentEC type flashcards
- GradeAn individual grade of a specific trainee on a specific training session
- GradeInputAn input data structure to create or update a grade
- HeadingEditableComponentAn editor heading editable component
- HeadingEditableComponentModifiersAn editor heading editable component modifiers
- HeadingWithParagraphEditableComponentnull
- ImageAn Image
- ImageEditableComponentAn editor image editable component
- ImageEditableComponentModifiersAn editor image editable component modifiers
- InvoiceAn invoice
- MatchingPairsEditableComponentMatchingPairs
- MatrixFormAnswerInputnull
- ModuleSequenceItemAn e-learning module sequence item
- PaginationOptional arguments to fetch only a given page
- PipelineStateList of saved pipeline states (columns in the CRM)
- ProgramA program
- ProgramCapacityNumber of people the program is designed for
- ProgramCapacityInputNumber of people the program is designed for
- ProgramCategoryCategories linked to programs
- ProgramInputnull
- QuestionScorenull
- QuizAnswerQuiz - Answer
- QuizFillInTheBlankEditableComponentQuiz FillInTheBlank
- QuizFreeTextEditableComponentQuiz FreeText
- QuizMatrixEditableComponentQuiz Matrix
- QuizMultipleChoiceEditableComponentQuiz MultipleChoice
- QuizOutOfTenEditableComponentQuiz OutOfTen
- QuizOutOfTenReplyQuiz OutOfTen - Reply
- QuizQuestionQuiz - Question
- QuizSingleChoiceEditableComponentQuiz SingleChoice
- QuizStarsRatingEditableComponentQuiz StarsRating
- QuizStarsRatingReplyQuiz StarsRating - Reply
- QuotationA quotation
- 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
- 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.
- TraineeInputAn input data structure to create or update a trainee. Lastname is required. Be careful not to create duplicates!
- TrainingSessionA training session
- TrainingSessionDateInputAn input data structure to create or update a trainingSessionDate
- TrainingSessionSlotA time slot for a subsession of a trainingSession
- UpdateCustomerInputAn input data structure to update a customer of a session
- UpdateInvoiceInputAn input data structure to update an invoice
- VideoEditableComponentAn editor video editable component
- VideoEditableComponentContentAn editor video editable component content
- VideoEditableComponentModifiersAn editor video editable component modifiers
- WebResourceEditableComponentAn editor web resource editable component
- WebResourceEditableComponentModifiersAn editor web resource editable component modifiers