First of all thanks for creating this! It's great to be able to play with nuxt 3 and graphql.
In latest version of nuxt 3, I receive the following warning in VScode terminal after running yarn dev. Everything seems to work fine though.
WARN Module definition as function is deprecated and will be removed in the future versions {
name: 'urql',
configKey: 'urql',
setup: [Function: setup]
}
First of all thanks for creating this! It's great to be able to play with nuxt 3 and graphql.
In latest version of nuxt 3, I receive the following warning in VScode terminal after running yarn dev. Everything seems to work fine though.
WARN Module definition as function is deprecated and will be removed in the future versions { name: 'urql', configKey: 'urql', setup: [Function: setup] }