apollo.config.js 87 B

12345
  1. module.exports = {
  2. service: {
  3. localSchemaFile: '../backend/schema.graphql'
  4. }
  5. }