Kolade Afode
Kolade Afode
This PR add the Toggle group component, you can see the demo of how it looks on both light & dark modes below: 
## This PR contains: This PR reproduce a bug in the GraphQL query builder functions. ## Describe the problem you have without this PR see #5969
Faling test [PR](https://github.com/pubkey/rxdb/pull/5968) You have a RX schema for a document in your collection with nested fields: ```ts const mySchema = { version: 0, primaryKey: 'passportId', type: 'object', properties: {...
First of all thank you for such a useful package. This feature request is similar to [this](https://github.com/kubb-labs/kubb/issues/956). Currently the `generateMutator` function reads the file when you provide a path to...