We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a84edc commit 256e169Copy full SHA for 256e169
packages/api-client-core/src/GadgetConnection.ts
@@ -67,7 +67,7 @@ export enum AuthenticationMode {
67
* Manages transactions and the connection to a Gadget API
68
*/
69
export class GadgetConnection {
70
- version = "<prerelease>" as const;
+ static version = "<prerelease>" as const;
71
72
// Options used when generating new GraphQL clients for the base connection and for for transactions
73
private endpoint: string;
0 commit comments