Update app/graphql/schema.graphql
Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
This commit is contained in:
parent
866ae256a3
commit
046b36d386
1 changed files with 2 additions and 2 deletions
|
@ -425,7 +425,7 @@ type Demarche {
|
|||
maxRevision: ID
|
||||
|
||||
"""
|
||||
Seulement les dossiers pour les révisons après la révision donnée.
|
||||
Seulement les dossiers pour les révisions après la révision donnée.
|
||||
"""
|
||||
minRevision: ID
|
||||
|
||||
|
@ -1862,4 +1862,4 @@ type ValidationError {
|
|||
A description of the error
|
||||
"""
|
||||
message: String!
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue