feat(graphql): update stored query to use files instead of file

This commit is contained in:
Paul Chavard 2022-12-06 13:25:29 +01:00
parent c008cad1f9
commit e6fa7f0a9f

View file

@ -338,7 +338,7 @@ class API::V2::StoredQuery
expert {
email
}
attachment {
attachments {
...FileFragment
}
}
@ -348,7 +348,7 @@ class API::V2::StoredQuery
email
body
createdAt
attachment {
attachments {
...FileFragment
}
}
@ -423,7 +423,7 @@ class API::V2::StoredQuery
values
}
... on PieceJustificativeChamp {
file {
files {
...FileFragment
}
}