You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating to version 0.2.38 or higher, the client stops generating gql functions, although I analyzed the commit logs and found no apparent reason for this, perhaps it is my client's configuration.
Expected behaviour
That the gql functions are generated correctly as in version 0.2.36
Reproduction
No response
Additional context
My settings for the client
runtimeConfig: {
public: {
apiBase: '/api/grapqhl',
'graphql-client': {
clients: {
default: {
host: process.env.NUXT_PUBLIC_GRAPHQL_HOST || 'http://localhost:3000/api/graphql',
schema: './generated/schema.graphql'
}
}
}
}
},
'graphql-client': {
codegen: {
avoidOptionals: true
}
},
### Logs
It doesn't generate any error log, it just doesn't generate the gql functions as it should.
The text was updated successfully, but these errors were encountered:
Environment
"nuxt": "^3.13.2",
"nuxt-graphql-client": "^0.2.36",
"nuxt-graphql-server": "^3.1.4",
pnm version 9.12.0
node v22.11.0
os - macos 15.2
Describe the bug
After updating to version 0.2.38 or higher, the client stops generating gql functions, although I analyzed the commit logs and found no apparent reason for this, perhaps it is my client's configuration.
Expected behaviour
That the gql functions are generated correctly as in version 0.2.36
Reproduction
No response
Additional context
My settings for the client
The text was updated successfully, but these errors were encountered: