Add titre identite champ to GraphQL

This commit is contained in:
Paul Chavard 2020-09-24 12:02:14 +02:00
parent 302aee0912
commit 09128cb85e
5 changed files with 48 additions and 0 deletions

View file

@ -1197,6 +1197,33 @@ type TextChamp implements Champ {
value: String
}
type TitreIdentiteChamp implements Champ {
grantType: TitreIdentiteGrantType!
id: ID!
"""
Libellé du champ.
"""
label: String!
"""
La valeur du champ sous forme texte.
"""
stringValue: String
}
enum TitreIdentiteGrantType {
"""
Françe Connect
"""
france_connect
"""
Pièce justificative
"""
piece_justificative
}
enum TypeDeChamp {
"""
Adresse