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 {
|
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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue