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