rsnext/examples/with-reason-relay/.graphqlconfig

8 lines
162 B
Text
Raw Normal View History

{
"schemaPath": "schema/schema.graphql",
"extensions": {
"endpoints": {
"dev": "https://nextjs-graphql-with-prisma-relay.vercel.app/api"
}
}
}