Bug fix:
- Using mutation not mutate
Bug fix:
- Handle GraphQL with one line query
Improvement:
- Duplicated subscription from Mutation
Improvement:
- Make optional query parameter optional
Bug fix:
- Add .d.ts file alongside dist in case ts server can't infer src/index.ts
Bug fix:
- Map default data in default query fetcher
Bug fix:
- MobiusToGraphQL strip string quote
Bug fix:
- Query doesn't resolve root array type
Feat:
- Add
Resolver
type
Bug fix:
- Resolve type of nested array
Bug fix:
- Resolve query of nested non nullable array
Bug fix:
- Unwrap query parameters
- Inline Err
Bug fix:
- Query nullable array
Bug fix:
- Query nullable array
Feature:
- Support backward, and circular type thanks to @ggrandi04
Change:
- Remove unused dependencies
Bug fix:
- Query root array type safety
- Query nullable type
- Type inference not showing when referece
- Fix TypeScript compile
- Much more but I forgor 💀
Feat:
- Init