velineurce

Results 3 comments of velineurce

> I came here to post this exact same issue. A while back I discovered this plugin and decided to undertake the work to add support for such a feature...

@mizdra let me explain a bit more. Let's assume we have schema: ```graphql type Book { id: ID! title: String! } type Node { id: ID! someField: String! book: Book!...

> Do you want graphql-codegen-typescript-fabricca to generate a factory file (e.g. fragment-one.mock.ts) corresponding to fragment-one.ts? Correct, example: ``` src/ ├── libs │ └── fragment-one/ │ ├── fragment-one.ts │ ├── fragment-one.mock.ts...