elevate-rehab-v3

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

graphql.config.js (334B)


      1 module.exports = {
      2   projects: {
      3     app: {
      4       schema: ["tina/__generated__/schema.gql"],
      5       documents: [
      6         "tina/__generated__/queries.gql",
      7         "tina/__generated__/frags.gql",
      8         "tina/queries/queries.gql",
      9         "tina/queries/frags.gql",
     10         "pages/**/*.{graphql,js,ts,jsx,tsx}",
     11       ],
     12     },
     13   },
     14 };