Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/beerose/gptql


https://github.com/beerose/gptql

Last synced: 2 months ago
JSON representation

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");
```