mirror of
https://github.com/strapi/strapi.git
synced 2025-09-01 04:42:58 +00:00
Fix files resolver graphql
This commit is contained in:
parent
5b1c88ccd9
commit
0026819119
@ -23,7 +23,10 @@ module.exports = {
|
|||||||
Query: {
|
Query: {
|
||||||
file: false,
|
file: false,
|
||||||
files: {
|
files: {
|
||||||
resolver: 'Upload.find',
|
resolver: {
|
||||||
|
plugin: 'upload',
|
||||||
|
handler: 'Upload.find'
|
||||||
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Mutation: {
|
Mutation: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user