feat(graphql): update stored query to use files instead of file
This commit is contained in:
parent
c008cad1f9
commit
e6fa7f0a9f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue