middleware config

PHOTO EMBED

Tue Nov 22 2022 08:47:04 GMT+0000 (Coordinated Universal Time)

Saved by @DGSH9

app.use('/graphql', graphqlHTTP({
  schema: graphqlSchema,
  rootValue: graphqlResolver,
  graphiql: true
}))
content_copyCOPY