dotansimha / dotansimha/graphql-code-generator-community
urql-sdk plugin
Open
- Dominant language
- TypeScript
- Stars
- 137
- Forks
- 195
- Avg merge
- 6h 20m
- Merged PRs (30d)
- 16
Description
It would be nice to have an urql SDK plugin. For example:
```ts
import { Client } from '@urql/core'
const client = new Client({ url: '/graphql' })
const sdk = getSdk(client)
await sdk.hello().toPromise()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.