next-plugin-graphql icon indicating copy to clipboard operation
next-plugin-graphql copied to clipboard

Is still maintained?

Open b3nab opened this issue 3 years ago • 1 comments

Hello,

is this graphql plugin still maintained for Next.js v12?

b3nab avatar Feb 11 '22 00:02 b3nab

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';

jschuur avatar Jul 23 '22 10:07 jschuur