OBJECT
Instructor
An instructor
link GraphQL Schema definition
- type Instructor {
- # ID of the academy linked to the instructor. Only useful if you have multiple
- # academies.
- : ID
- # N° comptable de l'intervenant
- : String
- # Bio de l'intervenant
- : String
- # Lieu de naissance de l'intervenant
- : String
- : String
- : String
- # Date de naissance de l'intervenant
- : String
- # Adresse de l'intervenant (ville)
- : String
- # Adresse de l'intervenant (code postal)
- : String
- # one of "mr", "mme", "other"
- : String
- # German administration only - Title, prof, dr, or prof_dr
- : Title
- # Code interne de l'intervenant
- : String
- # Entreprise de l'intervenant
- : String
- # Contrat cadre accepté ?
- : Boolean
- # Tarif de l'intervenant
- : Float
- # Instructor cost modality
- : InstructorCostMode
- : String
- # Adresse de l'intervenant (code ISO pays)
- : String
- # Returns an object of custom fields. It only returns fields that are not empty.
- # Cf. http://app.digiforma.com/help#section-more-config. This feature might not be
- # included in your plan.
- : Map
- # Diplômes de l'intervenant
- : String
- # Code Adeli (DPC)
- : String
- # Code RPPS (DPC)
- : String
- # Email de l'intervenant
- : String
- # Champs libre pour indiquer un lien avec un service externe
- : String
- # Prénom de l'intervenant
- : String
- : ID
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Numéro de déclaration de l'intervenant
- : String
- # N° assurance de l'intervenant
- : String
- # Nom de l'intervenant
- : String
- # Langue
- : String
- : Image
- # Nationalité de l'intervenant
- : String
- # Notes libres
- : String
- # Personal notes - trainee can't see it
- : [Note]
- # Téléphone de l'intervenant
- : String
- # Profession
- : String
- # Adresse de l'intervenant (rue)
- : String
- # N° d'enregistrement de l'intervenant
- : String
- # Notes sur les compétences
- : String
- # N° sécurité sociale de l'intervenant
- : String
- # Statut de l'intervenant
- : String
- # Skills of the instructor
- : [Tag]
- # Information about the contract of the instructor on each training session
- : [TrainingSessionInstructor]
- # List of training session where the instructor got assigned
- : [TrainingSession]
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # DEPRECATED - Use `academyId` instead
- : ID @deprecated( reason: "Use `academyId` instead" )
- # Taux de TVA de l'intervenant
- : Float
- }
link Require by
- ChargeA charge
- EvaluationEntityA evaluation can be answer by can be a company, a funding agency, an instructor or an individual. This union type wraps these four possible kind of entities.
- Notenull
- RootMutationTypenull
- RootQueryTypenull
- TrainingSessionA training session
- TrainingSessionInstructorAn instructor working in a training session