INPUT_OBJECT
FundingAgencyInput
An input data structure to create or update a funding agency - name is required - be careful not to create duplicates!
link GraphQL Schema definition
- input FundingAgencyInput {
- # N° de compte financeur en compta
- : String
- # Adresse du financeur (ville)
- : String
- # Adresse du financeur (code postal)
- : String
- # Code interne du financeur
- : String
- # Adresse du financeur (code ISO pays)
- : String
- # Input an object of custom fields. Format: [{field:`name of your custom field`,
- # value:`your value`}] CAREFUL: Only input existing custom field. Adding none
- # existing custom field will fail the request. Cf.
- # http://app.digiforma.com/help#section-more-config. This feature might not be
- # included in your plan.
- : [CustomFieldInput]
- # Email du financeur
- : String
- # Champs libre pour indiquer un lien avec un service externe
- : String
- # Langue
- : String
- # Nom du financeur
- : String
- # Notes libres
- : String
- # Tel du financeur
- : String
- # Adresse du financeur (rue)
- : String
- # N° SIRET du financeur
- : String
- # Type de financeur
- : String
- }