UNPKG

graphene-codegen

Version:

Generate Graphene Python boilerplate from a GraphQL schema.

9 lines (8 loc) 222 B
module.exports = { roots: ["<rootDir>/src"], transform: { "^.+\\.ts?$": "ts-jest" }, testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.ts?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] }