lfades / next-plugin-graphql

Next plugin for .graphql and .gql files using graphql-tag
MIT License
57 stars 6 forks source link

Is still maintained? #4

Open b3nab opened 2 years ago

b3nab commented 2 years ago

Hello,

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

jschuur commented 1 year ago

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