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