mirror of
https://github.com/strapi/strapi.git
synced 2025-07-09 01:52:36 +00:00
11 lines
133 B
GraphQL
11 lines
133 B
GraphQL
module.exports = {
|
|
resolver: {
|
|
Query: {
|
|
file: false,
|
|
files: {
|
|
resolver: 'Upload.find'
|
|
}
|
|
}
|
|
}
|
|
};
|