Michal Mondík
Results
2
issues of
Michal Mondík
Hi, I'm trying to generate a schema from type that includes a global type. `types/generated/graphql.d.ts` ``` export {} declare global { export type TermType = 'DAILY' | 'WEEKLY' } ```...
- implement prettifier on response (possible solution https://github.com/rafeca/prettyjson) - changing the response from outside of the app - async functions (like delays) - mixture, some reponse from mock server and...