How to create new graphql api
-
please share procedure to create new graphql api.
-
Hi @vaida-prateek28 ,
you have to define the related schema and type and quires and mutation .
you can take the reference of the following API :
https://github.com/bagisto/headless-ecommerce/blob/main/src/graphql/setting/user.graphql
Thanks!