mirror of
https://github.com/strapi/strapi.git
synced 2025-07-14 12:32:35 +00:00
10 lines
114 B
GraphQL
10 lines
114 B
GraphQL
![]() |
module.exports = {
|
||
|
resolver: {
|
||
|
Query: {
|
||
|
files: {
|
||
|
resolver: 'Upload.find'
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
};
|