1
0
This repository has been archived on 2024-11-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
arduino-parts-inventory/graphql.config.js
Ahmed Al-Taiar 703c73e058 Initial commit
2023-10-24 11:13:16 -04:00

6 lines
113 B
JavaScript

const { getPaths } = require('@redwoodjs/internal')
module.exports = {
schema: getPaths().generated.schema,
}