graphql: possibility to filter dossiers by archived

This commit is contained in:
clemkeirua 2020-07-29 16:43:41 +02:00
parent eff6f9c09c
commit c404f92107
3 changed files with 56 additions and 2 deletions

View file

@ -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.
"""