kaushal-aubie

Results 1 comments of kaushal-aubie

You can solve this using two ways 1. Use Codegen’s type name prefix/suffix config ```yaml generates: src/generated/graphql.ts: plugins: - typescript - typescript-resolvers config: typesPrefix: Gql ``` 2. Use a custom...