mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 12:23:05 +00:00
10 lines
114 B
GraphQL
10 lines
114 B
GraphQL
module.exports = {
|
|
resolver: {
|
|
Query: {
|
|
files: {
|
|
resolver: 'Upload.find'
|
|
}
|
|
}
|
|
}
|
|
};
|