Expose declarative démarche state in GraphQL
This commit is contained in:
parent
e429c79eb1
commit
34afc44813
2 changed files with 26 additions and 0 deletions
|
@ -184,6 +184,11 @@ type Demarche {
|
|||
"""
|
||||
datePublication: ISO8601DateTime!
|
||||
|
||||
"""
|
||||
L'état de dossier pour une démarche déclarative
|
||||
"""
|
||||
declarative: DossierDeclarativeState
|
||||
|
||||
"""
|
||||
Description de la démarche.
|
||||
"""
|
||||
|
@ -428,6 +433,18 @@ type DossierConnection {
|
|||
pageInfo: PageInfo!
|
||||
}
|
||||
|
||||
enum DossierDeclarativeState {
|
||||
"""
|
||||
Accepté
|
||||
"""
|
||||
accepte
|
||||
|
||||
"""
|
||||
En instruction
|
||||
"""
|
||||
en_instruction
|
||||
}
|
||||
|
||||
"""
|
||||
An edge in a connection.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue