INPUT_OBJECT
TrainingSessionInput
An input data structure to create or update a training session - name is required - be careful not to create duplicates!
link GraphQL Schema definition
- input TrainingSessionInput {
- # Code interne de la session
- : String
- # Code fundae de la session
- : String
- # Spanish administration only - Should be in this format '035-22' from
- # administration rules
- : String
- # Spanish administration only - FUNDAE group code
- : String
- # Sous traitance ?
- : Boolean
- # Type de diplôme décerné
- : String
- # Titre du diplôme décerné
- : String
- # Session DPC ?
- : Boolean
- # Inter entreprise ?
- : Boolean
- # Spanish administration only - Is the level of the training session basic or
- # higher education
- : Boolean
- # Messagerie instantanée visible dans l'extranet ?
- : Boolean
- : ID
- # Nom de la session
- : String
- # Spanish administration only - Used to add observations on AF or IGF Export
- # fundae.
- : String
- # A training session's pipeline state, can be one of the following strings:
- # "crm_only", "draft", "incomplete", "ongoing", "finished".
- : String
- # Si pas de salle associée à la session, adresse du lieu de formation
- : String
- # Si pas de salle associée à la session, nom du lieu de formation
- : String
- # Spanish administration only - Should be 4 letters from administration rules
- : String
- # A root program that will be cloned to create a variant for the training session.
- # Training session created with a program and no subsession will have one
- # subsession with the program's price on it. If you add the subessions parameter
- # to your mutation, the price will not get automatically added.
- : ID
- # Synthèses des résultats des évaluations de satisfaction
- : String
- # Synthèse des attentes clients
- : String
- # Synthèse des conditions de succès
- : String
- # Formation à distance
- : Boolean
- # Add an existing room to the training session by its id
- : ID
- : ID
- # Dates visibles dans l'extranet ?
- : Boolean
- # Lieu visible dans l'extranet ?
- : Boolean
- # Carte visible dans l'extranet ?
- : Boolean
- # Règlement intérieur visible dans l'extranet ?
- : Boolean
- # Bouton d'émargement affiché automatiquement ?
- : Boolean
- # Page de suivi pédagogique individualisé
- : Boolean
- # Liste des apprenants visible dans l'extranet ?
- : Boolean
- # Spécialité de formation
- : String
- # Input a list of subsession. If you don't fill this field, one subsession will
- # automatically be created. If you add a program_id to your mutation, the
- # automatically added subsession will have the program's price on it. Using this
- # field disables the automatic price reporting.
- : [SubsessionInput]
- # Fuseau horaire de la session
- : String
- # Type d'action de formation
- : String
- # Type de session
- : String
- # Carte visible dans l'extranet ?
- : Boolean
- # Date d'admissibilité VAE
- : String
- }