OBJECT
FundingAgency
A funding Agency
link GraphQL Schema definition
- type FundingAgency {
- # N° de compte financeur en compta
- : String
- # Adresse du financeur (ville)
- : String
- # Adresse du financeur (code postal)
- : String
- # Code interne du financeur
- : String
- # The country the training session takes place, full name (for short name, see
- # countryCode)
- : String
- # Adresse du financeur (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
- # Email du financeur
- : String
- # Champs libre pour indiquer un lien avec un service externe
- : String
- : ID
- # Creation date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- # Langue
- : String
- # Nom du financeur
- : String
- # Notes libres
- : String
- # Tel du financeur
- : String
- # Adresse du financeur (rue)
- : String
- # N° SIRET du financeur
- : String
- # List of training session where the funding agency is involved
- : [TrainingSession]
- # Type de financeur
- : String
- # Last update date and time - format: YYYY-MM-DDThh:mm:sss
- : NaiveDateTime
- }
link Require by
- CustomerFundingA funding for a customer (connects a given customer in a session to a given funding agency)
- 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.
- InvoiceRecipientAn union to wrap the recipient of an invoice which can be of different kinds
- RootMutationTypenull
- RootQueryTypenull