dulnan / nuxt-graphql-middleware

GraphQL in the backend, fetch in the frontend. With TypeScript support.
https://nuxt-graphql-middleware.dulnan.net
MIT License
57 stars 11 forks source link

[Question] No match found for location with path #21

Closed suchkovcode closed 10 months ago

suchkovcode commented 10 months ago

I just can’t figure out the reason for the lack of routers for graphql endpoints. I tried different options for setting up the config, but I still couldn’t find a working method. Schema all fields are received and types are generated correctly. I tested the request on postman and also got a response

hero

code

code

code

hero

yvrsky commented 9 months ago

@suchkovcode Did you figure out the reason of problem?