Not able to access graphql schema and resolver on localhost Xampp server
Please help me I am not able to access graphql schema and resolver from the custome module on localhost Xampp Server Here is my code /etc/graphql/schema.graphqls type Query { testHello: String @resolver(class: “modulename\modulename\Model\Resolver\TestHello”) } Model/Resolver/TestHello.php <?php namespace ModulenameModuelnameModelResolver; use MagentoFrameworkGraphQlQueryResolverInterface;… Read More »Not able to access graphql schema and resolver on localhost Xampp server