SCALAR
Float
The Float scalar type represents signed double-precision fractional
values as specified by
IEEE 754.
link GraphQL Schema definition
- scalar Float
link Require by
- AnswerCountnull
- AnswerEvaluationResultA score received on an evaluation
- ChargeA charge
- 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
- 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
- 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
- ElearningStatsnull
- 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
- InvoiceItemInputA price item input in an invoice input
- InvoicePaymentA recorded payment concerning an invoice
- InvoicePaymentInputAn input for a recorded payment concerning an invoice
- ModuleSequenceItemAn e-learning module sequence item
- ModuleStatsnull
- ProgramA program
- ProgramInputnull
- QuestionScorenull
- 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
- 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!
- 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!
- TraineeUploadA submitted upload
- TrainingSessionA training session
- TrainingSessionCostA cost line in a session price
- TrainingSessionCostInputAn input data structure to create or update a trainingSessionCost
- TrainingSessionInstructorAn instructor working in a training session
- TypeScoreAverage score depending on the type of the evaluation.
- UpdateCustomerInputAn input data structure to update a customer of a session
- UpdateInvoiceInputAn input data structure to update an invoice