Bagisto Graphql debug and new API
-
-
Anyone can explain or provide references how can debug end points or query of graphql in Laravel ?
-
What process need to follow for create new query or API or customization in existing?
-
-
Hello @Rahul-Vadhvani
GraphQL queries are created in the schema.graphql file. Check the below link.
https://github.com/bagisto/headless-ecommerce/blob/main/src/graphql/schema.graphql
Thanks & Regards..!!