overwrite: true debug: true schema: "http://127.0.0.1:8000/felicity-gql" documents: - './felicity/api/gql/schema.graphql' - './webapp/graphql/operations/**/*.ts' - './webapp/graphql/operations/**/*.graphql' generates: webapp/graphql/graphql.ts: plugins: - "typescript" - "typescript-operations" - "typescript-vue-urql"