Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/beerose/gptql
https://github.com/beerose/gptql
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/beerose/gptql
- Owner: beerose
- License: mit
- Created: 2023-08-13T10:21:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T11:26:04.000Z (over 1 year ago)
- Last Synced: 2024-10-03T07:53:25.951Z (3 months ago)
- Language: TypeScript
- Size: 38.1 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gptql
Usage:
```ts
const client = gptqlClient({
endpoint: "https://example.com/graphql",
openaiApiKey: "",
});const data = await client.query("I want to get all users");
```