graphql: possibility to filter dossiers by archived
This commit is contained in:
parent
eff6f9c09c
commit
c404f92107
3 changed files with 56 additions and 2 deletions
|
@ -264,6 +264,11 @@ type Demarche {
|
|||
"""
|
||||
after: String
|
||||
|
||||
"""
|
||||
Si présent, permet de filtrer les dossiers archivés ou non
|
||||
"""
|
||||
archived: Boolean
|
||||
|
||||
"""
|
||||
Returns the elements in the list that come before the specified cursor.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue