next-plugin-graphql
next-plugin-graphql copied to clipboard
Is still maintained?
Hello,
is this graphql plugin still maintained for Next.js v12?
is this graphql plugin still maintained for Next.js v12?
@b3nab Seems like graphql-tag does Webpack loading too and is more maintained.
Or, as recommended by graphql-tag, babel-plugin-import-graphql may integrate better into a Next.js build process. I've just begun using that and you can just
import recentVideosQuery from './recentVideos.graphql';