Releases: rocket-connect/gqlpt
Releases · rocket-connect/gqlpt
0.0.0-alpha.30
0.0.0-alpha.29
This release adds debug. Run your app with DEBUG=@gqlpt/*
for logs.
0.0.0-alpha.28
This release includes:
- Updates and pins all dependencies in the project, relying on dependabot now
- Adds the ability for queries to be retried, using the GQLPT
maxRetries
option - defaults to 5 - Adds more prompts around using ids, and subgraphs
- Sorts the generated query alphabetically to get closer to determinism
0.0.0-alpha.5
This release moves away from the unofficial chatgpt npm package and uses the official OpenApi npm package .