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 { expert {
email email
} }
attachment { attachments {
...FileFragment ...FileFragment
} }
} }
@ -348,7 +348,7 @@ class API::V2::StoredQuery
email email
body body
createdAt createdAt
attachment { attachments {
...FileFragment ...FileFragment
} }
} }
@ -423,7 +423,7 @@ class API::V2::StoredQuery
values values
} }
... on PieceJustificativeChamp { ... on PieceJustificativeChamp {
file { files {
...FileFragment ...FileFragment
} }
} }