Update app/graphql/schema.graphql

Co-authored-by: Pierre de La Morinerie <kemenaran@gmail.com>
This commit is contained in:
Paul Chavard 2021-03-11 15:57:57 +01:00
parent 866ae256a3
commit 046b36d386

View file

@ -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!
} }