Skip to content
Open
2 changes: 1 addition & 1 deletion generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export interface Client {

export const createClient = function (options?: ClientOptions): Client {
return createClientOriginal({
url: 'http://hasura:8080/v1/graphql',
url: 'http://localhost:58081/v1/graphql',

...options,
queryRoot: typeMap.Query!,
Expand Down
Loading
Loading