Hello folks, I am getting error while fecthing the data from master data v2 this is a error
Hi @Divyansh.Bajpai, what is the GraphQL API you are testing there? How did you get to that page? What we usually call Master Data V2 is a REST API.
Using Graphql i want to get data from Master data v2. I’ve made schema and post values in the document api through postman but now i want to get that data through client. In code I’ve made schema and also made resolvers for it and in graphiql i hit this but not getting data but the schema is reflecting in graphiql (i’ve used “masterdata.scrolldocument” method).