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
|
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
|
minRevision: ID
|
||||||
|
|
||||||
|
@ -1862,4 +1862,4 @@ type ValidationError {
|
||||||
A description of the error
|
A description of the error
|
||||||
"""
|
"""
|
||||||
message: String!
|
message: String!
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue