garph icon indicating copy to clipboard operation
garph copied to clipboard

Yoga Next.js Edge

Open mishushakov opened this issue 2 years ago • 1 comments

export const config = {
  runtime: 'edge'
}

export const schema = buildSchema({ g, resolvers })

// Next.JS + Yoga API
const yoga = createYoga({
  schema,
  graphqlEndpoint: '/api/graphql'
})

export default yoga.handleRequest

mishushakov avatar May 02 '23 18:05 mishushakov

Just wanted to let you guys know that this is really neat and this is exactly what i was looking for! :) awesome!

Manubi avatar May 09 '23 13:05 Manubi