INPUT_OBJECT
ProgramInput
link GraphQL Schema definition
- input ProgramInput {
- # Délai d'accès
- : Int
- : AccessDelayUnit
- # Code comptabilité analytique
- : String
- # Code produit en comptabilité
- : String
- # Code produit en comptabilité pour financeurs (optionnel)
- : String
- # Modalité d'admission
- : Int
- : [ProgramAssessmentsInput!]
- # Be sure to fill every field in the capacity object
- : ProgramCapacityInput
- # The id of the category of the program
- : ID
- # Numéro de contrat du certificateur
- : String
- # Identifiant du certificateur
- : String
- # Détails sur la certification
- : String
- # Certification incluse dans les frais annexes ?
- : Boolean
- # Modalités d'obtention de la certification
- : CertificationModality
- : CertificationModalityAccess
- # Date d'enregistrement de la certification
- : String
- : CertificationType
- # Donnée certifié
- : Boolean
- # Nom du certificateur
- : String
- : String
- # CPF ?
- : Boolean
- # Code CPF
- : String
- # Date d'ajout
- : String
- # Description du programme
- : String
- # Code of the diploma sought by the training. Must be a valid diploma. See list of
- # diploma using the programDiplomas query.
- : String
- # Nom du titre visé
- : String
- # DPC ?
- : Boolean
- # Durée en jours du programme
- : Float
- # Durée en heures du programme
- : Float
- # Construction forfaitaire
- : Int
- # Niveau d'entrée
- : Int
- # Niveau d'entrée obligatoire ?
- : Boolean
- # Modalité entrée sortie
- : Int
- : [ProgramGoalsInput!]
- # Niveau de sortie
- : Int
- # Modalités d'obtention
- : String
- # Résultats attendus à l'issue de la formation
- : String
- # Durée de validité (en année)
- : Int
- # Accessibilité
- : String
- # Heures de formation réalisées dans le centre
- : Float
- # Heures de formation réalisées en entreprise
- : Float
- # Langue
- : String
- # Marketplace category id must be a valide id. Please check marketplaceCategories
- # query to see the list of valid category id.
- : String
- : MarketplaceTargetLevel
- # Description de l'équipe pédagogique
- : String
- # Nom du programme
- : String
- # En vente ?
- : Boolean
- # Objectif général de la formation (EDOF)
- : Int
- : [ProgramPedagogicalResourcesInput!]
- : [ProgramPrerequisitesInput!]
- : [ProgramBlockInput!]
- # Code RNCP
- : String
- # Code RS
- : String
- # Rythme de la formation
- : Int
- # Indicateurs de résultats
- : String
- # Before selling a program on marketplace, make sure you specified the
- # marketPlaceTargetLevel and the marketplaceCategoryId
- : Boolean
- # Afficher les intervenants dans le catalogue ?
- : Boolean
- # Bloc de compétences ?
- : Boolean
- # Specialty code. See `programSpecialties` query for the list of all specialty.
- : String
- : [ProgramStepInput!]
- # Sous-titre du programme
- : String
- : [String]
- # Enable 'available on quote' option on online catalog
- : Boolean
- : [ProgramTargetsInput!]
- # Type de parcours de formation
- : Int
- # Modalités pédagogiques
- : Int
- : BpfConstant
- # Identifiant de l’émetteur
- : String
- # Version
- : Int
- # Code video youtube
- : String
- }