nuxt3-graphql icon indicating copy to clipboard operation
nuxt3-graphql copied to clipboard

Module definition as function is deprecated

Open nickcumbo opened this issue 3 years ago • 2 comments

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] }

nickcumbo avatar Dec 28 '21 03:12 nickcumbo

image same as above

wildplant avatar Mar 09 '22 16:03 wildplant

From readme:

As for @nuxt3-graphql/urql, it is being abandoned for now.

JFGHT avatar Mar 22 '22 09:03 JFGHT